Class: Aws::MainframeModernization::Types::DataSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::DataSet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Defines a data set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
The logical identifier for a specific data set (in mainframe format).
-
#dataset_org ⇒ Types::DatasetOrgAttributes
The type of dataset.
-
#record_length ⇒ Types::RecordLength
The length of a record.
-
#relative_path ⇒ String
The relative location of the data set in the database or file system.
-
#storage_type ⇒ String
The storage type of the data set: database or file system.
Instance Attribute Details
#dataset_name ⇒ String
The logical identifier for a specific data set (in mainframe format).
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 668 class DataSet < Struct.new( :dataset_name, :dataset_org, :record_length, :relative_path, :storage_type) SENSITIVE = [] include Aws::Structure end |
#dataset_org ⇒ Types::DatasetOrgAttributes
The type of dataset. The only supported value is VSAM.
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 668 class DataSet < Struct.new( :dataset_name, :dataset_org, :record_length, :relative_path, :storage_type) SENSITIVE = [] include Aws::Structure end |
#record_length ⇒ Types::RecordLength
The length of a record.
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 668 class DataSet < Struct.new( :dataset_name, :dataset_org, :record_length, :relative_path, :storage_type) SENSITIVE = [] include Aws::Structure end |
#relative_path ⇒ String
The relative location of the data set in the database or file system.
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 668 class DataSet < Struct.new( :dataset_name, :dataset_org, :record_length, :relative_path, :storage_type) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam.
668 669 670 671 672 673 674 675 676 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 668 class DataSet < Struct.new( :dataset_name, :dataset_org, :record_length, :relative_path, :storage_type) SENSITIVE = [] include Aws::Structure end |