Class: Aws::MainframeModernization::Types::GetDataSetDetailsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blocksizeInteger

The size of the block on disk.

Returns:

  • (Integer)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1634

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_timeTime

The timestamp when the data set was created.

Returns:

  • (Time)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1634

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_nameString

The name of the data set.

Returns:

  • (String)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1634

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_orgTypes::DatasetDetailOrgAttributes

The type of data set. The only supported value is VSAM.



1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1634

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_sizeInteger

File size of the dataset.

Returns:

  • (Integer)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1634

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_timeTime

The last time the data set was referenced.

Returns:

  • (Time)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1634

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_timeTime

The last time the data set was updated.

Returns:

  • (Time)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1634

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

#locationString

The location where the data set is stored.

Returns:

  • (String)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1634

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_lengthInteger

The length of records in the data set.

Returns:

  • (Integer)


1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1634

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