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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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.

Returns:

  • (String)


3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3753

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.

Returns:

  • (String)


3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3753

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.

Returns:

  • (Array<String>)


3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3753

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.

Returns:

  • (String)


3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3753

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.

Returns:

  • (String)


3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3753

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.

Returns:

  • (Array<String>)


3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3753

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.

Returns:

  • (String)


3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3753

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