Class: Aws::MainframeModernization::Types::GetDataSetDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetDataSetDetailsResponse
- Includes:
- Structure
- Defined in:
- 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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1640 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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1640 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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1640 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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1640 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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1640 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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1640 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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1640 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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1640 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.
1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1640 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 |