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)


7051
7052
7053
7054
7055
7056
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7051

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

#revisionString

The revision of the import.

Returns:

  • (String)


7051
7052
7053
7054
7055
7056
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7051

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