Class: Aws::Types::GetTableResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_specificationTypes::CapacitySpecificationSummary

Returns the value of attribute capacity_specification.



223
224
225
# File 'sig/types.rbs', line 223

def capacity_specification
  @capacity_specification
end

#cdc_specificationTypes::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_timestampsTypes::ClientSideTimestamps

Returns the value of attribute client_side_timestamps.



229
230
231
# File 'sig/types.rbs', line 229

def client_side_timestamps
  @client_side_timestamps
end

#commentTypes::Comment

Returns the value of attribute comment.

Returns:



228
229
230
# File 'sig/types.rbs', line 228

def comment
  @comment
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


220
221
222
# File 'sig/types.rbs', line 220

def creation_timestamp
  @creation_timestamp
end

#default_time_to_live::Integer

Returns the value of attribute default_time_to_live.

Returns:

  • (::Integer)


227
228
229
# File 'sig/types.rbs', line 227

def default_time_to_live
  @default_time_to_live
end

#encryption_specificationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def latest_stream_arn
  @latest_stream_arn
end

#point_in_time_recoveryTypes::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.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def resource_arn
  @resource_arn
end

#schema_definitionTypes::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.

Returns:

  • ("ACTIVE", "CREATING", "UPDATING", "DELETING", "DELETED", "RESTORING", "INACCESSIBLE_ENCRYPTION_CREDENTIALS")


221
222
223
# File 'sig/types.rbs', line 221

def status
  @status
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def table_name
  @table_name
end

#ttlTypes::TimeToLive

Returns the value of attribute ttl.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def ttl
  @ttl
end

#warm_throughput_specificationTypes::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