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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The instance’s OpsWorks Stacks ID.

Returns:

  • (String)


3310
3311
3312
3313
3314
3315
# File 'lib/aws-sdk-opsworks/types.rb', line 3310

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, they are logged out.

Returns:

  • (Integer)


3310
3311
3312
3313
3314
3315
# File 'lib/aws-sdk-opsworks/types.rb', line 3310

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