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.
| 2917 2918 2919 2920 2921 2922 2923 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2917 class PoAttributes < Struct.new( :encoding, :format, :member_file_extensions) SENSITIVE = [] include Aws::Structure end | 
#format ⇒ String
The format of the data set records.
| 2917 2918 2919 2920 2921 2922 2923 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2917 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.
| 2917 2918 2919 2920 2921 2922 2923 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2917 class PoAttributes < Struct.new( :encoding, :format, :member_file_extensions) SENSITIVE = [] include Aws::Structure end |