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)


3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3694

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)


3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3694

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>)


3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3694

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)


3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3694

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)


3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3694

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>)


3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3694

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)


3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3694

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