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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


3495
3496
3497
3498
3499
3500
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3495

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)


3495
3496
3497
3498
3499
3500
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3495

class DeleteFormTypeInput < Struct.new(
  :domain_identifier,
  :form_type_identifier)
  SENSITIVE = []
  include Aws::Structure
end