Class: Aws::DataZone::Types::GetDataProductInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetDataProductInput
- 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 domain where the data product lives.
-
#identifier ⇒ String
The ID of the data product.
-
#revision ⇒ String
The revision of the data product.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where the data product lives.
6520 6521 6522 6523 6524 6525 6526 |
# File 'lib/aws-sdk-datazone/types.rb', line 6520 class GetDataProductInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the data product.
6520 6521 6522 6523 6524 6525 6526 |
# File 'lib/aws-sdk-datazone/types.rb', line 6520 class GetDataProductInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of the data product.
6520 6521 6522 6523 6524 6525 6526 |
# File 'lib/aws-sdk-datazone/types.rb', line 6520 class GetDataProductInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |