Class: Aws::MainframeModernization::Types::PoAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::PoAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
The supported properties for a PO type data set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encoding ⇒ String
The character set encoding of the data set.
-
#format ⇒ String
The format of the data set records.
-
#member_file_extensions ⇒ Array<String>
An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
Instance Attribute Details
#encoding ⇒ String
The character set encoding of the data set.
2618 2619 2620 2621 2622 2623 2624 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2618 class PoAttributes < Struct.new( :encoding, :format, :member_file_extensions) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the data set records.
2618 2619 2620 2621 2622 2623 2624 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2618 class PoAttributes < Struct.new( :encoding, :format, :member_file_extensions) SENSITIVE = [] include Aws::Structure end |
#member_file_extensions ⇒ Array<String>
An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
2618 2619 2620 2621 2622 2623 2624 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2618 class PoAttributes < Struct.new( :encoding, :format, :member_file_extensions) SENSITIVE = [] include Aws::Structure end |