Class: Aws::LicenseManagerLinuxSubscriptions::Types::RegisterSubscriptionProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::RegisterSubscriptionProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
-
#subscription_provider_source ⇒ String
The Linux subscription provider that you registered.
-
#subscription_provider_status ⇒ String
Indicates the status of the registration action for the Linux subscription provider that you requested.
Instance Attribute Details
#subscription_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the Linux subscription provider resource that you registered.
544 545 546 547 548 549 550 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 544 class RegisterSubscriptionProviderResponse < Struct.new( :subscription_provider_arn, :subscription_provider_source, :subscription_provider_status) SENSITIVE = [] include Aws::Structure end |
#subscription_provider_source ⇒ String
The Linux subscription provider that you registered.
544 545 546 547 548 549 550 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 544 class RegisterSubscriptionProviderResponse < Struct.new( :subscription_provider_arn, :subscription_provider_source, :subscription_provider_status) SENSITIVE = [] include Aws::Structure end |
#subscription_provider_status ⇒ String
Indicates the status of the registration action for the Linux subscription provider that you requested.
544 545 546 547 548 549 550 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 544 class RegisterSubscriptionProviderResponse < Struct.new( :subscription_provider_arn, :subscription_provider_source, :subscription_provider_status) SENSITIVE = [] include Aws::Structure end |