Class: Aws::LicenseManagerLinuxSubscriptions::Types::GetRegisteredSubscriptionProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::GetRegisteredSubscriptionProviderRequest
- 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 BYOL registration resource to get details for.
Instance Attribute Details
#subscription_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the BYOL registration resource to get details for.
63 64 65 66 67 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 63 class GetRegisteredSubscriptionProviderRequest < Struct.new( :subscription_provider_arn) SENSITIVE = [] include Aws::Structure end |