Class: Aws::MainframeModernization::Types::GetDataSetDetailsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MainframeModernization::Types::GetDataSetDetailsResponse
 
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blocksize  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The size of the block on disk. 
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp when the data set was created. 
- 
  
    
      #data_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the data set. 
- 
  
    
      #data_set_org  ⇒ Types::DatasetDetailOrgAttributes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of data set. 
- 
  
    
      #file_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    File size of the dataset. 
- 
  
    
      #last_referenced_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The last time the data set was referenced. 
- 
  
    
      #last_updated_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The last time the data set was updated. 
- 
  
    
      #location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The location where the data set is stored. 
- 
  
    
      #record_length  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The length of records in the data set. 
Instance Attribute Details
#blocksize ⇒ Integer
The size of the block on disk.
| 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1810 class GetDataSetDetailsResponse < Struct.new( :blocksize, :creation_time, :data_set_name, :data_set_org, :file_size, :last_referenced_time, :last_updated_time, :location, :record_length) SENSITIVE = [] include Aws::Structure end | 
#creation_time ⇒ Time
The timestamp when the data set was created.
| 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1810 class GetDataSetDetailsResponse < Struct.new( :blocksize, :creation_time, :data_set_name, :data_set_org, :file_size, :last_referenced_time, :last_updated_time, :location, :record_length) SENSITIVE = [] include Aws::Structure end | 
#data_set_name ⇒ String
The name of the data set.
| 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1810 class GetDataSetDetailsResponse < Struct.new( :blocksize, :creation_time, :data_set_name, :data_set_org, :file_size, :last_referenced_time, :last_updated_time, :location, :record_length) SENSITIVE = [] include Aws::Structure end | 
#data_set_org ⇒ Types::DatasetDetailOrgAttributes
The type of data set. The only supported value is VSAM.
| 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1810 class GetDataSetDetailsResponse < Struct.new( :blocksize, :creation_time, :data_set_name, :data_set_org, :file_size, :last_referenced_time, :last_updated_time, :location, :record_length) SENSITIVE = [] include Aws::Structure end | 
#file_size ⇒ Integer
File size of the dataset.
| 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1810 class GetDataSetDetailsResponse < Struct.new( :blocksize, :creation_time, :data_set_name, :data_set_org, :file_size, :last_referenced_time, :last_updated_time, :location, :record_length) SENSITIVE = [] include Aws::Structure end | 
#last_referenced_time ⇒ Time
The last time the data set was referenced.
| 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1810 class GetDataSetDetailsResponse < Struct.new( :blocksize, :creation_time, :data_set_name, :data_set_org, :file_size, :last_referenced_time, :last_updated_time, :location, :record_length) SENSITIVE = [] include Aws::Structure end | 
#last_updated_time ⇒ Time
The last time the data set was updated.
| 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1810 class GetDataSetDetailsResponse < Struct.new( :blocksize, :creation_time, :data_set_name, :data_set_org, :file_size, :last_referenced_time, :last_updated_time, :location, :record_length) SENSITIVE = [] include Aws::Structure end | 
#location ⇒ String
The location where the data set is stored.
| 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1810 class GetDataSetDetailsResponse < Struct.new( :blocksize, :creation_time, :data_set_name, :data_set_org, :file_size, :last_referenced_time, :last_updated_time, :location, :record_length) SENSITIVE = [] include Aws::Structure end | 
#record_length ⇒ Integer
The length of records in the data set.
| 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 | # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1810 class GetDataSetDetailsResponse < Struct.new( :blocksize, :creation_time, :data_set_name, :data_set_org, :file_size, :last_referenced_time, :last_updated_time, :location, :record_length) SENSITIVE = [] include Aws::Structure end |