Class: Aws::LicenseManagerLinuxSubscriptions::Types::Subscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::Subscription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb
Overview
An object which details a discovered Linux subscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count ⇒ Integer
The total amount of running instances using this subscription.
-
#name ⇒ String
The name of the subscription.
-
#type ⇒ String
The type of subscription.
Instance Attribute Details
#instance_count ⇒ Integer
The total amount of running instances using this subscription.
637 638 639 640 641 642 643 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 637 class Subscription < Struct.new( :instance_count, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the subscription.
637 638 639 640 641 642 643 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 637 class Subscription < Struct.new( :instance_count, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of subscription. The type can be subscription-included with Amazon EC2, Bring Your Own Subscription model (BYOS), or from the Amazon Web Services Marketplace. Certain subscriptions may use licensing from the Amazon Web Services Marketplace as well as OS licensing from Amazon EC2 or BYOS.
637 638 639 640 641 642 643 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 637 class Subscription < Struct.new( :instance_count, :name, :type) SENSITIVE = [] include Aws::Structure end |