Module: Aws::Keyspaces::Client::_GetTableResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTableResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #capacity_specification ⇒ Types::CapacitySpecificationSummary
- #cdc_specification ⇒ Types::CdcSpecificationSummary
- #client_side_timestamps ⇒ Types::ClientSideTimestamps
- #comment ⇒ Types::Comment
- #creation_timestamp ⇒ ::Time
- #default_time_to_live ⇒ ::Integer
- #encryption_specification ⇒ Types::EncryptionSpecification
- #keyspace_name ⇒ ::String
- #latest_stream_arn ⇒ ::String
- #point_in_time_recovery ⇒ Types::PointInTimeRecoverySummary
- #replica_specifications ⇒ ::Array[Types::ReplicaSpecificationSummary]
- #resource_arn ⇒ ::String
- #schema_definition ⇒ Types::SchemaDefinition
- #status ⇒ "ACTIVE", ...
- #table_name ⇒ ::String
- #ttl ⇒ Types::TimeToLive
- #warm_throughput_specification ⇒ Types::WarmThroughputSpecificationSummary
Instance Method Details
#capacity_specification ⇒ Types::CapacitySpecificationSummary
245 |
# File 'sig/client.rbs', line 245
def capacity_specification: () -> Types::CapacitySpecificationSummary
|
#cdc_specification ⇒ Types::CdcSpecificationSummary
254 |
# File 'sig/client.rbs', line 254
def cdc_specification: () -> Types::CdcSpecificationSummary
|
#client_side_timestamps ⇒ Types::ClientSideTimestamps
251 |
# File 'sig/client.rbs', line 251
def client_side_timestamps: () -> Types::ClientSideTimestamps
|
#creation_timestamp ⇒ ::Time
242 |
# File 'sig/client.rbs', line 242
def creation_timestamp: () -> ::Time
|
#default_time_to_live ⇒ ::Integer
249 |
# File 'sig/client.rbs', line 249
def default_time_to_live: () -> ::Integer
|
#encryption_specification ⇒ Types::EncryptionSpecification
246 |
# File 'sig/client.rbs', line 246
def encryption_specification: () -> Types::EncryptionSpecification
|
#keyspace_name ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def keyspace_name: () -> ::String
|
#latest_stream_arn ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def latest_stream_arn: () -> ::String
|
#point_in_time_recovery ⇒ Types::PointInTimeRecoverySummary
247 |
# File 'sig/client.rbs', line 247
def point_in_time_recovery: () -> Types::PointInTimeRecoverySummary
|
#replica_specifications ⇒ ::Array[Types::ReplicaSpecificationSummary]
252 |
# File 'sig/client.rbs', line 252
def replica_specifications: () -> ::Array[Types::ReplicaSpecificationSummary]
|
#resource_arn ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def resource_arn: () -> ::String
|
#schema_definition ⇒ Types::SchemaDefinition
244 |
# File 'sig/client.rbs', line 244
def schema_definition: () -> Types::SchemaDefinition
|
#status ⇒ "ACTIVE", ...
243 |
# File 'sig/client.rbs', line 243
def status: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "DELETED" | "RESTORING" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS")
|
#table_name ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def table_name: () -> ::String
|
#warm_throughput_specification ⇒ Types::WarmThroughputSpecificationSummary
255 |
# File 'sig/client.rbs', line 255
def warm_throughput_specification: () -> Types::WarmThroughputSpecificationSummary
|