Class: Aws::Types::DataSet
- Inherits:
-
Object
- Object
- Aws::Types::DataSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#dataset_org ⇒ Types::DatasetOrgAttributes
Returns the value of attribute dataset_org.
-
#record_length ⇒ Types::RecordLength
Returns the value of attribute record_length.
-
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
Instance Attribute Details
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def dataset_name @dataset_name end |
#dataset_org ⇒ Types::DatasetOrgAttributes
Returns the value of attribute dataset_org.
197 198 199 |
# File 'sig/types.rbs', line 197 def dataset_org @dataset_org end |
#record_length ⇒ Types::RecordLength
Returns the value of attribute record_length.
198 199 200 |
# File 'sig/types.rbs', line 198 def record_length @record_length end |
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
199 200 201 |
# File 'sig/types.rbs', line 199 def relative_path @relative_path end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
200 201 202 |
# File 'sig/types.rbs', line 200 def storage_type @storage_type end |