Class: Aws::DataZone::Types::GetListingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetListingInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain.
-
#identifier ⇒ String
The ID of the listing.
-
#listing_revision ⇒ String
The revision of the listing.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain.
7928 7929 7930 7931 7932 7933 7934 |
# File 'lib/aws-sdk-datazone/types.rb', line 7928 class GetListingInput < Struct.new( :domain_identifier, :identifier, :listing_revision) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the listing.
7928 7929 7930 7931 7932 7933 7934 |
# File 'lib/aws-sdk-datazone/types.rb', line 7928 class GetListingInput < Struct.new( :domain_identifier, :identifier, :listing_revision) SENSITIVE = [] include Aws::Structure end |
#listing_revision ⇒ String
The revision of the listing.
7928 7929 7930 7931 7932 7933 7934 |
# File 'lib/aws-sdk-datazone/types.rb', line 7928 class GetListingInput < Struct.new( :domain_identifier, :identifier, :listing_revision) SENSITIVE = [] include Aws::Structure end |