Class: Aws::MainframeModernization::Types::PsAttributes

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#encodingString

The character set encoding of the data set.

Returns:

  • (String)


2668
2669
2670
2671
2672
2673
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2668

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

#formatString

The format of the data set records.

Returns:

  • (String)


2668
2669
2670
2671
2672
2673
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2668

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