Class: Aws::MainframeModernization::Types::PoAttributes

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

Overview

The supported properties for a PO type data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encodingString

The character set encoding of the data set.

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2603

class PoAttributes < Struct.new(
  :encoding,
  :format,
  :member_file_extensions)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the data set records.

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2603

class PoAttributes < Struct.new(
  :encoding,
  :format,
  :member_file_extensions)
  SENSITIVE = []
  include Aws::Structure
end

#member_file_extensionsArray<String>

An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.

Returns:

  • (Array<String>)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2603

class PoAttributes < Struct.new(
  :encoding,
  :format,
  :member_file_extensions)
  SENSITIVE = []
  include Aws::Structure
end