Class: Aws::Types::UpdateKeyspaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_side_timestampsTypes::ClientSideTimestamps

Returns the value of attribute client_side_timestamps.



461
462
463
# File 'sig/types.rbs', line 461

def client_side_timestamps
  @client_side_timestamps
end

#keyspace_name::String

Returns the value of attribute keyspace_name.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def keyspace_name
  @keyspace_name
end

#replication_specificationTypes::ReplicationSpecification

Returns the value of attribute replication_specification.



460
461
462
# File 'sig/types.rbs', line 460

def replication_specification
  @replication_specification
end