Class: Aws::DataZone::Types::Import
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::Import
- 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
-
#name ⇒ String
The name of the import.
-
#revision ⇒ String
The revision of the import.
Instance Attribute Details
#name ⇒ String
The name of the import.
10892 10893 10894 10895 10896 10897 |
# File 'lib/aws-sdk-datazone/types.rb', line 10892 class Import < Struct.new( :name, :revision) SENSITIVE = [:name] include Aws::Structure end |
#revision ⇒ String
The revision of the import.
10892 10893 10894 10895 10896 10897 |
# File 'lib/aws-sdk-datazone/types.rb', line 10892 class Import < Struct.new( :name, :revision) SENSITIVE = [:name] include Aws::Structure end |