Class: Aws::DataZone::Types::GetFormTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetFormTypeInput
- 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 in which this metadata form type exists.
-
#form_type_identifier ⇒ String
The ID of the metadata form type.
-
#revision ⇒ String
The revision of this metadata form type.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this metadata form type exists.
7487 7488 7489 7490 7491 7492 7493 |
# File 'lib/aws-sdk-datazone/types.rb', line 7487 class GetFormTypeInput < Struct.new( :domain_identifier, :form_type_identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#form_type_identifier ⇒ String
The ID of the metadata form type.
7487 7488 7489 7490 7491 7492 7493 |
# File 'lib/aws-sdk-datazone/types.rb', line 7487 class GetFormTypeInput < Struct.new( :domain_identifier, :form_type_identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision of this metadata form type.
7487 7488 7489 7490 7491 7492 7493 |
# File 'lib/aws-sdk-datazone/types.rb', line 7487 class GetFormTypeInput < Struct.new( :domain_identifier, :form_type_identifier, :revision) SENSITIVE = [] include Aws::Structure end |