Class: Aws::Types::UpdateKeyspaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKeyspaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_side_timestamps ⇒ Types::ClientSideTimestamps
Returns the value of attribute client_side_timestamps.
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#replication_specification ⇒ Types::ReplicationSpecification
Returns the value of attribute replication_specification.
Instance Attribute Details
#client_side_timestamps ⇒ Types::ClientSideTimestamps
Returns the value of attribute client_side_timestamps.
461 462 463 |
# File 'sig/types.rbs', line 461 def @client_side_timestamps end |
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
459 460 461 |
# File 'sig/types.rbs', line 459 def keyspace_name @keyspace_name end |
#replication_specification ⇒ Types::ReplicationSpecification
Returns the value of attribute replication_specification.
460 461 462 |
# File 'sig/types.rbs', line 460 def replication_specification @replication_specification end |