Class: Aws::DataZone::Types::GetFormTypeInput

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 this metadata form type exists.

Returns:

  • (String)


5377
5378
5379
5380
5381
5382
5383
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5377

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

#form_type_identifierString

The ID of the metadata form type.

Returns:

  • (String)


5377
5378
5379
5380
5381
5382
5383
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5377

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

#revisionString

The revision of this metadata form type.

Returns:

  • (String)


5377
5378
5379
5380
5381
5382
5383
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5377

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