Class: Aws::DataZone::Types::GetAssetTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetAssetTypeInput
- Defined in:
- gems/aws-sdk-datazone/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 in which the asset type exists.
-
#identifier ⇒ String
The ID of the asset type.
-
#revision ⇒ String
The revision of the asset type.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the asset type exists.
6232 6233 6234 6235 6236 6237 6238 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6232 class GetAssetTypeInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the asset type.
6232 6233 6234 6235 6236 6237 6238 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6232 class GetAssetTypeInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of the asset type.
6232 6233 6234 6235 6236 6237 6238 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6232 class GetAssetTypeInput < Struct.new( :domain_identifier, :identifier, :revision) SENSITIVE = [] include Aws::Structure end |