Class: Aws::MainframeModernization::Types::PsAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::PsAttributes
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
The supported properties for a PS 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.
2683 2684 2685 2686 2687 2688 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2683 class PsAttributes < Struct.new( :encoding, :format) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
The format of the data set records.
2683 2684 2685 2686 2687 2688 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2683 class PsAttributes < Struct.new( :encoding, :format) SENSITIVE = [] include Aws::Structure end |