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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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)


663
664
665
666
667
668
669
670
671
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 663

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.



663
664
665
666
667
668
669
670
671
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 663

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:



663
664
665
666
667
668
669
670
671
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 663

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)


663
664
665
666
667
668
669
670
671
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 663

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)


663
664
665
666
667
668
669
670
671
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 663

class DataSet < Struct.new(
  :dataset_name,
  :dataset_org,
  :record_length,
  :relative_path,
  :storage_type)
  SENSITIVE = []
  include Aws::Structure
end