Class: Aws::OpsWorks::Types::GrantAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::GrantAccessRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The instance’s OpsWorks Stacks ID.
-
#valid_for_in_minutes ⇒ Integer
The length of time (in minutes) that the grant is valid.
Instance Attribute Details
#instance_id ⇒ String
The instance’s OpsWorks Stacks ID.
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_minutes ⇒ Integer
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.
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 |