Class: Aws::DataZone::Types::SubscribedListingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedListingInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The published asset for which the subscription grant is to be created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the published asset for which the subscription grant is to be created.
Instance Attribute Details
#identifier ⇒ String
The identifier of the published asset for which the subscription grant is to be created.
17593 17594 17595 17596 17597 |
# File 'lib/aws-sdk-datazone/types.rb', line 17593 class SubscribedListingInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |