Class: Aws::LicenseManagerUserSubscriptions::Types::InstanceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::InstanceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Describes an EC2 instance providing user-based subscriptions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the EC2 instance, which provides user-based subscriptions.
-
#last_status_check_date ⇒ String
The date of the last status check.
-
#products ⇒ Array<String>
A list of provided user-based subscription products.
-
#status ⇒ String
The status of an EC2 instance resource.
-
#status_message ⇒ String
The status message for an EC2 instance.
Instance Attribute Details
#instance_id ⇒ String
The ID of the EC2 instance, which provides user-based subscriptions.
470 471 472 473 474 475 476 477 478 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 470 class InstanceSummary < Struct.new( :instance_id, :last_status_check_date, :products, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#last_status_check_date ⇒ String
The date of the last status check.
470 471 472 473 474 475 476 477 478 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 470 class InstanceSummary < Struct.new( :instance_id, :last_status_check_date, :products, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#products ⇒ Array<String>
A list of provided user-based subscription products.
470 471 472 473 474 475 476 477 478 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 470 class InstanceSummary < Struct.new( :instance_id, :last_status_check_date, :products, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an EC2 instance resource.
470 471 472 473 474 475 476 477 478 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 470 class InstanceSummary < Struct.new( :instance_id, :last_status_check_date, :products, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for an EC2 instance.
470 471 472 473 474 475 476 477 478 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 470 class InstanceSummary < Struct.new( :instance_id, :last_status_check_date, :products, :status, :status_message) SENSITIVE = [] include Aws::Structure end |