Class: Aws::LicenseManager::Types::TokenData
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::TokenData
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Describes a token.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expiration_time ⇒ String
Token expiration time, in ISO8601-UTC format.
-
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
-
#role_arns ⇒ Array<String>
Amazon Resource Names (ARN) of the roles included in the token.
-
#status ⇒ String
Token status.
-
#token_id ⇒ String
Token ID.
-
#token_properties ⇒ Array<String>
Data specified by the caller.
-
#token_type ⇒ String
Type of token generated.
Instance Attribute Details
#expiration_time ⇒ String
Token expiration time, in ISO8601-UTC format.
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_arn ⇒ String
Amazon Resource Name (ARN) of the license.
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_arns ⇒ Array<String>
Amazon Resource Names (ARN) of the roles included in the token.
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 |
#status ⇒ String
Token status. The possible values are AVAILABLE
and DELETED
.
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_id ⇒ String
Token ID.
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_properties ⇒ Array<String>
Data specified by the caller.
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_type ⇒ String
Type of token generated. The supported value is REFRESH_TOKEN
.
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 |