Class: Aws::SSM::Types::StartAccessRequestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StartAccessRequestRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
A brief description explaining why you are requesting access to the node.
-
#tags ⇒ Array<Types::Tag>
Key-value pairs of metadata you want to assign to the access request.
-
#targets ⇒ Array<Types::Target>
The node you are requesting access to.
Instance Attribute Details
#reason ⇒ String
A brief description explaining why you are requesting access to the node.
18265 18266 18267 18268 18269 18270 18271 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18265 class StartAccessRequestRequest < Struct.new( :reason, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Key-value pairs of metadata you want to assign to the access request.
18265 18266 18267 18268 18269 18270 18271 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18265 class StartAccessRequestRequest < Struct.new( :reason, :targets, :tags) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::Target>
The node you are requesting access to.
18265 18266 18267 18268 18269 18270 18271 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18265 class StartAccessRequestRequest < Struct.new( :reason, :targets, :tags) SENSITIVE = [] include Aws::Structure end |