Class: Aws::DataZone::Types::Import

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

Overview

The details of the import of the metadata form type.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the import.

Returns:

  • (String)


6710
6711
6712
6713
6714
6715
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6710

class Import < Struct.new(
  :name,
  :revision)
  SENSITIVE = [:name]
  include Aws::Structure
end

#revisionString

The revision of the import.

Returns:

  • (String)


6710
6711
6712
6713
6714
6715
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6710

class Import < Struct.new(
  :name,
  :revision)
  SENSITIVE = [:name]
  include Aws::Structure
end