Class: Aws::Types::GetTableResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTableResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_specification ⇒ Types::CapacitySpecificationSummary
Returns the value of attribute capacity_specification.
-
#cdc_specification ⇒ Types::CdcSpecificationSummary
Returns the value of attribute cdc_specification.
-
#client_side_timestamps ⇒ Types::ClientSideTimestamps
Returns the value of attribute client_side_timestamps.
-
#comment ⇒ Types::Comment
Returns the value of attribute comment.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#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.
-
#latest_stream_arn ⇒ ::String
Returns the value of attribute latest_stream_arn.
-
#point_in_time_recovery ⇒ Types::PointInTimeRecoverySummary
Returns the value of attribute point_in_time_recovery.
-
#replica_specifications ⇒ ::Array[Types::ReplicaSpecificationSummary]
Returns the value of attribute replica_specifications.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#schema_definition ⇒ Types::SchemaDefinition
Returns the value of attribute schema_definition.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#ttl ⇒ Types::TimeToLive
Returns the value of attribute ttl.
-
#warm_throughput_specification ⇒ Types::WarmThroughputSpecificationSummary
Returns the value of attribute warm_throughput_specification.
Instance Attribute Details
#capacity_specification ⇒ Types::CapacitySpecificationSummary
Returns the value of attribute capacity_specification.
223 224 225 |
# File 'sig/types.rbs', line 223 def capacity_specification @capacity_specification end |
#cdc_specification ⇒ Types::CdcSpecificationSummary
Returns the value of attribute cdc_specification.
232 233 234 |
# File 'sig/types.rbs', line 232 def cdc_specification @cdc_specification end |
#client_side_timestamps ⇒ Types::ClientSideTimestamps
Returns the value of attribute client_side_timestamps.
229 230 231 |
# File 'sig/types.rbs', line 229 def @client_side_timestamps end |
#comment ⇒ Types::Comment
Returns the value of attribute comment.
228 229 230 |
# File 'sig/types.rbs', line 228 def comment @comment end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
220 221 222 |
# File 'sig/types.rbs', line 220 def @creation_timestamp end |
#default_time_to_live ⇒ ::Integer
Returns the value of attribute default_time_to_live.
227 228 229 |
# File 'sig/types.rbs', line 227 def default_time_to_live @default_time_to_live end |
#encryption_specification ⇒ Types::EncryptionSpecification
Returns the value of attribute encryption_specification.
224 225 226 |
# File 'sig/types.rbs', line 224 def encryption_specification @encryption_specification end |
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
217 218 219 |
# File 'sig/types.rbs', line 217 def keyspace_name @keyspace_name end |
#latest_stream_arn ⇒ ::String
Returns the value of attribute latest_stream_arn.
231 232 233 |
# File 'sig/types.rbs', line 231 def latest_stream_arn @latest_stream_arn end |
#point_in_time_recovery ⇒ Types::PointInTimeRecoverySummary
Returns the value of attribute point_in_time_recovery.
225 226 227 |
# File 'sig/types.rbs', line 225 def point_in_time_recovery @point_in_time_recovery end |
#replica_specifications ⇒ ::Array[Types::ReplicaSpecificationSummary]
Returns the value of attribute replica_specifications.
230 231 232 |
# File 'sig/types.rbs', line 230 def replica_specifications @replica_specifications end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
219 220 221 |
# File 'sig/types.rbs', line 219 def resource_arn @resource_arn end |
#schema_definition ⇒ Types::SchemaDefinition
Returns the value of attribute schema_definition.
222 223 224 |
# File 'sig/types.rbs', line 222 def schema_definition @schema_definition end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
221 222 223 |
# File 'sig/types.rbs', line 221 def status @status end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
218 219 220 |
# File 'sig/types.rbs', line 218 def table_name @table_name end |
#ttl ⇒ Types::TimeToLive
Returns the value of attribute ttl.
226 227 228 |
# File 'sig/types.rbs', line 226 def ttl @ttl end |
#warm_throughput_specification ⇒ Types::WarmThroughputSpecificationSummary
Returns the value of attribute warm_throughput_specification.
233 234 235 |
# File 'sig/types.rbs', line 233 def warm_throughput_specification @warm_throughput_specification end |