Class: Aws::MainframeModernization::Types::PoAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::PoAttributes
- 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
-
#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.
2633 2634 2635 2636 2637 2638 2639 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2633 class PoAttributes < Struct.new( :encoding, :format, :member_file_extensions) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the data set records.
2633 2634 2635 2636 2637 2638 2639 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2633 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.
2633 2634 2635 2636 2637 2638 2639 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2633 class PoAttributes < Struct.new( :encoding, :format, :member_file_extensions) SENSITIVE = [] include Aws::Structure end |