Class: Aws::SSM::Types::StartAccessRequestResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StartAccessRequestResponse
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_request_id ⇒ String
The ID of the access request.
Instance Attribute Details
#access_request_id ⇒ String
The ID of the access request.
18279 18280 18281 18282 18283 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18279 class StartAccessRequestResponse < Struct.new( :access_request_id) SENSITIVE = [] include Aws::Structure end |