Class: Aws::DataZone::Types::DeleteFormTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteFormTypeInput
- 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 the metadata form type is deleted.
-
#form_type_identifier ⇒ String
The ID of the metadata form type that is deleted.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the metadata form type is deleted.
4951 4952 4953 4954 4955 4956 |
# File 'lib/aws-sdk-datazone/types.rb', line 4951 class DeleteFormTypeInput < Struct.new( :domain_identifier, :form_type_identifier) SENSITIVE = [] include Aws::Structure end |
#form_type_identifier ⇒ String
The ID of the metadata form type that is deleted.
4951 4952 4953 4954 4955 4956 |
# File 'lib/aws-sdk-datazone/types.rb', line 4951 class DeleteFormTypeInput < Struct.new( :domain_identifier, :form_type_identifier) SENSITIVE = [] include Aws::Structure end |