class Aws::OpsWorks::Types::GrantAccessRequest

@note When making an API call, you may pass GrantAccessRequest

data as a hash:

    {
      instance_id: "String", # required
      valid_for_in_minutes: 1,
    }

@!attribute [rw] instance_id

The instance's AWS OpsWorks Stacks ID.
@return [String]

@!attribute [rw] valid_for_in_minutes

The length of time (in minutes) that the grant is valid. When the
grant expires at the end of this period, the user will no longer be
able to use the credentials to log in. If the user is logged in at
the time, he or she automatically will be logged out.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/GrantAccessRequest AWS API Documentation

Constants

SENSITIVE