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.
1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1270 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.
1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1270 class GetAuthorizationTokenResult < Struct.new( :authorization_token, :expiration) SENSITIVE = [] include Aws::Structure end |