Class: Aws::Types::DataPartition
- Inherits:
-
Object
- Object
- Aws::Types::DataPartition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#storage_options ⇒ Types::DataPartitionStorageOptions
Returns the value of attribute storage_options.
-
#upload_options ⇒ Types::DataPartitionUploadOptions
Returns the value of attribute upload_options.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
361 362 363 |
# File 'sig/types.rbs', line 361 def id @id end |
#storage_options ⇒ Types::DataPartitionStorageOptions
Returns the value of attribute storage_options.
362 363 364 |
# File 'sig/types.rbs', line 362 def @storage_options end |
#upload_options ⇒ Types::DataPartitionUploadOptions
Returns the value of attribute upload_options.
363 364 365 |
# File 'sig/types.rbs', line 363 def @upload_options end |