Class: Aws::MainframeModernization::Types::PoDetailAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::PoDetailAttributes
- 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.
Instance Attribute Details
#encoding ⇒ String
The character set encoding of the data set.
2638 2639 2640 2641 2642 2643 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2638 class PoDetailAttributes < Struct.new( :encoding, :format) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the data set records.
2638 2639 2640 2641 2642 2643 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2638 class PoDetailAttributes < Struct.new( :encoding, :format) SENSITIVE = [] include Aws::Structure end |