Class: Aws::SSM::Types::GetAccessTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetAccessTokenResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_request_status ⇒ String
The status of the access request.
-
#credentials ⇒ Types::Credentials
The temporary security credentials which can be used to start just-in-time node access sessions.
Instance Attribute Details
#access_request_status ⇒ String
The status of the access request.
7676 7677 7678 7679 7680 7681 |
# File 'lib/aws-sdk-ssm/types.rb', line 7676 class GetAccessTokenResponse < Struct.new( :credentials, :access_request_status) SENSITIVE = [] include Aws::Structure end |
#credentials ⇒ Types::Credentials
The temporary security credentials which can be used to start just-in-time node access sessions.
7676 7677 7678 7679 7680 7681 |
# File 'lib/aws-sdk-ssm/types.rb', line 7676 class GetAccessTokenResponse < Struct.new( :credentials, :access_request_status) SENSITIVE = [] include Aws::Structure end |