Class: Aws::LicenseManagerUserSubscriptions::Types::InstanceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::InstanceSummary
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Describes an EC2 instance providing user-based subscriptions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProvider
The
IdentityProviderresource specifies details about the identity provider. -
#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.
-
#owner_account_id ⇒ String
The AWS Account ID of the owner of this resource.
-
#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
#identity_provider ⇒ Types::IdentityProvider
The IdentityProvider resource specifies details about the identity
provider.
497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 497 class InstanceSummary < Struct.new( :instance_id, :status, :products, :last_status_check_date, :status_message, :owner_account_id, :identity_provider) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the EC2 instance, which provides user-based subscriptions.
497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 497 class InstanceSummary < Struct.new( :instance_id, :status, :products, :last_status_check_date, :status_message, :owner_account_id, :identity_provider) SENSITIVE = [] include Aws::Structure end |
#last_status_check_date ⇒ String
The date of the last status check.
497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 497 class InstanceSummary < Struct.new( :instance_id, :status, :products, :last_status_check_date, :status_message, :owner_account_id, :identity_provider) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The AWS Account ID of the owner of this resource.
497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 497 class InstanceSummary < Struct.new( :instance_id, :status, :products, :last_status_check_date, :status_message, :owner_account_id, :identity_provider) SENSITIVE = [] include Aws::Structure end |
#products ⇒ Array<String>
A list of provided user-based subscription products.
497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 497 class InstanceSummary < Struct.new( :instance_id, :status, :products, :last_status_check_date, :status_message, :owner_account_id, :identity_provider) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an EC2 instance resource.
497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 497 class InstanceSummary < Struct.new( :instance_id, :status, :products, :last_status_check_date, :status_message, :owner_account_id, :identity_provider) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for an EC2 instance.
497 498 499 500 501 502 503 504 505 506 507 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 497 class InstanceSummary < Struct.new( :instance_id, :status, :products, :last_status_check_date, :status_message, :owner_account_id, :identity_provider) SENSITIVE = [] include Aws::Structure end |