Class: Aws::Types::UpdateTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_columns ⇒ ::Array[Types::ColumnDefinition]
Returns the value of attribute add_columns.
-
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
-
#capacity_specification ⇒ Types::CapacitySpecification
Returns the value of attribute capacity_specification.
-
#cdc_specification ⇒ Types::CdcSpecification
Returns the value of attribute cdc_specification.
-
#client_side_timestamps ⇒ Types::ClientSideTimestamps
Returns the value of attribute client_side_timestamps.
-
#default_time_to_live ⇒ ::Integer
Returns the value of attribute default_time_to_live.
-
#encryption_specification ⇒ Types::EncryptionSpecification
Returns the value of attribute encryption_specification.
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#point_in_time_recovery ⇒ Types::PointInTimeRecovery
Returns the value of attribute point_in_time_recovery.
-
#replica_specifications ⇒ ::Array[Types::ReplicaSpecification]
Returns the value of attribute replica_specifications.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#ttl ⇒ Types::TimeToLive
Returns the value of attribute ttl.
-
#warm_throughput_specification ⇒ Types::WarmThroughputSpecification
Returns the value of attribute warm_throughput_specification.
Instance Attribute Details
#add_columns ⇒ ::Array[Types::ColumnDefinition]
Returns the value of attribute add_columns.
473 474 475 |
# File 'sig/types.rbs', line 473 def add_columns @add_columns end |
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
480 481 482 |
# File 'sig/types.rbs', line 480 def auto_scaling_specification @auto_scaling_specification end |
#capacity_specification ⇒ Types::CapacitySpecification
Returns the value of attribute capacity_specification.
474 475 476 |
# File 'sig/types.rbs', line 474 def capacity_specification @capacity_specification end |
#cdc_specification ⇒ Types::CdcSpecification
Returns the value of attribute cdc_specification.
482 483 484 |
# File 'sig/types.rbs', line 482 def cdc_specification @cdc_specification end |
#client_side_timestamps ⇒ Types::ClientSideTimestamps
Returns the value of attribute client_side_timestamps.
479 480 481 |
# File 'sig/types.rbs', line 479 def @client_side_timestamps end |
#default_time_to_live ⇒ ::Integer
Returns the value of attribute default_time_to_live.
478 479 480 |
# File 'sig/types.rbs', line 478 def default_time_to_live @default_time_to_live end |
#encryption_specification ⇒ Types::EncryptionSpecification
Returns the value of attribute encryption_specification.
475 476 477 |
# File 'sig/types.rbs', line 475 def encryption_specification @encryption_specification end |
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
471 472 473 |
# File 'sig/types.rbs', line 471 def keyspace_name @keyspace_name end |
#point_in_time_recovery ⇒ Types::PointInTimeRecovery
Returns the value of attribute point_in_time_recovery.
476 477 478 |
# File 'sig/types.rbs', line 476 def point_in_time_recovery @point_in_time_recovery end |
#replica_specifications ⇒ ::Array[Types::ReplicaSpecification]
Returns the value of attribute replica_specifications.
481 482 483 |
# File 'sig/types.rbs', line 481 def replica_specifications @replica_specifications end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
472 473 474 |
# File 'sig/types.rbs', line 472 def table_name @table_name end |
#ttl ⇒ Types::TimeToLive
Returns the value of attribute ttl.
477 478 479 |
# File 'sig/types.rbs', line 477 def ttl @ttl end |
#warm_throughput_specification ⇒ Types::WarmThroughputSpecification
Returns the value of attribute warm_throughput_specification.
483 484 485 |
# File 'sig/types.rbs', line 483 def warm_throughput_specification @warm_throughput_specification end |