Class: Aws::CodeArtifact::Types::GetAuthorizationTokenResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::GetAuthorizationTokenResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_token ⇒ String
The returned authentication token.
-
#expiration ⇒ Time
A timestamp that specifies the date and time the authorization token expires.
Instance Attribute Details
#authorization_token ⇒ String
The returned authentication token.
1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1211 class GetAuthorizationTokenResult < Struct.new( :authorization_token, :expiration) SENSITIVE = [] include Aws::Structure end |
#expiration ⇒ Time
A timestamp that specifies the date and time the authorization token expires.
1211 1212 1213 1214 1215 1216 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1211 class GetAuthorizationTokenResult < Struct.new( :authorization_token, :expiration) SENSITIVE = [] include Aws::Structure end |