Class: Aws::OpsWorks::Types::GrantAccessRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The instance's AWS OpsWorks Stacks ID.

Returns:

  • (String)


3298
3299
3300
3301
3302
3303
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3298

class GrantAccessRequest < Struct.new(
  :instance_id,
  :valid_for_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#valid_for_in_minutesInteger

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.

Returns:

  • (Integer)


3298
3299
3300
3301
3302
3303
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3298

class GrantAccessRequest < Struct.new(
  :instance_id,
  :valid_for_in_minutes)
  SENSITIVE = []
  include Aws::Structure
end