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)


1216
1217
1218
1219
1220
1221
# File 'lib/aws-sdk-codeartifact/types.rb', line 1216

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)


1216
1217
1218
1219
1220
1221
# File 'lib/aws-sdk-codeartifact/types.rb', line 1216

class GetAuthorizationTokenResult < Struct.new(
  :authorization_token,
  :expiration)
  SENSITIVE = []
  include Aws::Structure
end