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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


9120
9121
9122
9123
9124
9125
# File 'lib/aws-sdk-datazone/types.rb', line 9120

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

#revisionString

The revision of the import.

Returns:

  • (String)


9120
9121
9122
9123
9124
9125
# File 'lib/aws-sdk-datazone/types.rb', line 9120

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