Class: Aws::DataZone::Types::DeleteFormTypeInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the Amazon DataZone domain in which the metadata form type is deleted.

Returns:

  • (String)


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_identifierString

The ID of the metadata form type that is deleted.

Returns:

  • (String)


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