Class: Aws::Types::DataPartition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


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
  @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
  @upload_options
end