Class: Aws::LicenseManager::Types::TokenData

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

Overview

Describes a token.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expiration_timeString

Token expiration time, in ISO8601-UTC format.



4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
# File 'lib/aws-sdk-licensemanager/types.rb', line 4662

class TokenData < Struct.new(
  :token_id,
  :token_type,
  :license_arn,
  :expiration_time,
  :token_properties,
  :role_arns,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#license_arnString

Amazon Resource Name (ARN) of the license.



4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
# File 'lib/aws-sdk-licensemanager/types.rb', line 4662

class TokenData < Struct.new(
  :token_id,
  :token_type,
  :license_arn,
  :expiration_time,
  :token_properties,
  :role_arns,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnsArray<String>

Amazon Resource Names (ARN) of the roles included in the token.



4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
# File 'lib/aws-sdk-licensemanager/types.rb', line 4662

class TokenData < Struct.new(
  :token_id,
  :token_type,
  :license_arn,
  :expiration_time,
  :token_properties,
  :role_arns,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Token status. The possible values are ‘AVAILABLE` and `DELETED`.



4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
# File 'lib/aws-sdk-licensemanager/types.rb', line 4662

class TokenData < Struct.new(
  :token_id,
  :token_type,
  :license_arn,
  :expiration_time,
  :token_properties,
  :role_arns,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#token_idString

Token ID.



4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
# File 'lib/aws-sdk-licensemanager/types.rb', line 4662

class TokenData < Struct.new(
  :token_id,
  :token_type,
  :license_arn,
  :expiration_time,
  :token_properties,
  :role_arns,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#token_propertiesArray<String>

Data specified by the caller.



4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
# File 'lib/aws-sdk-licensemanager/types.rb', line 4662

class TokenData < Struct.new(
  :token_id,
  :token_type,
  :license_arn,
  :expiration_time,
  :token_properties,
  :role_arns,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#token_typeString

Type of token generated. The supported value is ‘REFRESH_TOKEN`.



4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
# File 'lib/aws-sdk-licensemanager/types.rb', line 4662

class TokenData < Struct.new(
  :token_id,
  :token_type,
  :license_arn,
  :expiration_time,
  :token_properties,
  :role_arns,
  :status)
  SENSITIVE = []
  include Aws::Structure
end