Class: Aws::CodeArtifact::Types::GetAuthorizationTokenResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_tokenString

The returned authentication token.

Returns:

  • (String)


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

#expirationTime

A timestamp that specifies the date and time the authorization token expires.

Returns:

  • (Time)


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