Class: Aws::Types::UpdateTableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_columns::Array[Types::ColumnDefinition]

Returns the value of attribute add_columns.

Returns:



473
474
475
# File 'sig/types.rbs', line 473

def add_columns
  @add_columns
end

#auto_scaling_specificationTypes::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_specificationTypes::CapacitySpecification

Returns the value of attribute capacity_specification.



474
475
476
# File 'sig/types.rbs', line 474

def capacity_specification
  @capacity_specification
end

#cdc_specificationTypes::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_timestampsTypes::ClientSideTimestamps

Returns the value of attribute client_side_timestamps.



479
480
481
# File 'sig/types.rbs', line 479

def client_side_timestamps
  @client_side_timestamps
end

#default_time_to_live::Integer

Returns the value of attribute default_time_to_live.

Returns:

  • (::Integer)


478
479
480
# File 'sig/types.rbs', line 478

def default_time_to_live
  @default_time_to_live
end

#encryption_specificationTypes::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.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def keyspace_name
  @keyspace_name
end

#point_in_time_recoveryTypes::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.

Returns:



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.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def table_name
  @table_name
end

#ttlTypes::TimeToLive

Returns the value of attribute ttl.

Returns:



477
478
479
# File 'sig/types.rbs', line 477

def ttl
  @ttl
end

#warm_throughput_specificationTypes::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