Class: Aws::Types::CreateTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
-
#capacity_specification ⇒ Types::CapacitySpecification
Returns the value of attribute capacity_specification.
-
#cdc_specification ⇒ Types::CdcSpecification
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.
-
#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.
-
#point_in_time_recovery ⇒ Types::PointInTimeRecovery
Returns the value of attribute point_in_time_recovery.
-
#replica_specifications ⇒ ::Array[Types::ReplicaSpecification]
Returns the value of attribute replica_specifications.
-
#schema_definition ⇒ Types::SchemaDefinition
Returns the value of attribute schema_definition.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#ttl ⇒ Types::TimeToLive
Returns the value of attribute ttl.
-
#warm_throughput_specification ⇒ Types::WarmThroughputSpecification
Returns the value of attribute warm_throughput_specification.
Instance Attribute Details
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
115 116 117 |
# File 'sig/types.rbs', line 115 def auto_scaling_specification @auto_scaling_specification end |
#capacity_specification ⇒ Types::CapacitySpecification
Returns the value of attribute capacity_specification.
108 109 110 |
# File 'sig/types.rbs', line 108 def capacity_specification @capacity_specification end |
#cdc_specification ⇒ Types::CdcSpecification
Returns the value of attribute cdc_specification.
117 118 119 |
# File 'sig/types.rbs', line 117 def cdc_specification @cdc_specification end |
#client_side_timestamps ⇒ Types::ClientSideTimestamps
Returns the value of attribute client_side_timestamps.
114 115 116 |
# File 'sig/types.rbs', line 114 def @client_side_timestamps end |
#comment ⇒ Types::Comment
Returns the value of attribute comment.
107 108 109 |
# File 'sig/types.rbs', line 107 def comment @comment end |
#default_time_to_live ⇒ ::Integer
Returns the value of attribute default_time_to_live.
112 113 114 |
# File 'sig/types.rbs', line 112 def default_time_to_live @default_time_to_live end |
#encryption_specification ⇒ Types::EncryptionSpecification
Returns the value of attribute encryption_specification.
109 110 111 |
# File 'sig/types.rbs', line 109 def encryption_specification @encryption_specification end |
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def keyspace_name @keyspace_name end |
#point_in_time_recovery ⇒ Types::PointInTimeRecovery
Returns the value of attribute point_in_time_recovery.
110 111 112 |
# File 'sig/types.rbs', line 110 def point_in_time_recovery @point_in_time_recovery end |
#replica_specifications ⇒ ::Array[Types::ReplicaSpecification]
Returns the value of attribute replica_specifications.
116 117 118 |
# File 'sig/types.rbs', line 116 def replica_specifications @replica_specifications end |
#schema_definition ⇒ Types::SchemaDefinition
Returns the value of attribute schema_definition.
106 107 108 |
# File 'sig/types.rbs', line 106 def schema_definition @schema_definition end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
105 106 107 |
# File 'sig/types.rbs', line 105 def table_name @table_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
113 114 115 |
# File 'sig/types.rbs', line 113 def @tags end |
#ttl ⇒ Types::TimeToLive
Returns the value of attribute ttl.
111 112 113 |
# File 'sig/types.rbs', line 111 def ttl @ttl end |
#warm_throughput_specification ⇒ Types::WarmThroughputSpecification
Returns the value of attribute warm_throughput_specification.
118 119 120 |
# File 'sig/types.rbs', line 118 def warm_throughput_specification @warm_throughput_specification end |