Class: Aws::LicenseManagerLinuxSubscriptions::Types::RegisterSubscriptionProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::RegisterSubscriptionProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the secret where you’ve stored your subscription provider’s access token.
-
#subscription_provider_source ⇒ String
The supported Linux subscription provider to register.
-
#tags ⇒ Hash<String,String>
The metadata tags to assign to your registered Linux subscription provider resource.
Instance Attribute Details
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the secret where you’ve stored your subscription provider’s access token. For RHEL subscriptions managed through the Red Hat Subscription Manager (RHSM), the secret contains your Red Hat Offline token.
520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 520 class RegisterSubscriptionProviderRequest < Struct.new( :secret_arn, :subscription_provider_source, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#subscription_provider_source ⇒ String
The supported Linux subscription provider to register.
520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 520 class RegisterSubscriptionProviderRequest < Struct.new( :secret_arn, :subscription_provider_source, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The metadata tags to assign to your registered Linux subscription provider resource.
520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 520 class RegisterSubscriptionProviderRequest < Struct.new( :secret_arn, :subscription_provider_source, :tags) SENSITIVE = [:tags] include Aws::Structure end |