Class: Aws::MainframeModernization::Types::DataSet

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

Defines a data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_nameString

The logical identifier for a specific data set (in mainframe format).

Returns:

  • (String)


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_orgTypes::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_lengthTypes::RecordLength

The length of a record.

Returns:



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_pathString

The relative location of the data set in the database or file system.

Returns:

  • (String)


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_typeString

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.

Returns:

  • (String)


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