Class: Aws::Types::AwsDynamoDbTableReplica

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_secondary_indexes::Array[Types::AwsDynamoDbTableReplicaGlobalSecondaryIndex]

Returns the value of attribute global_secondary_indexes.



1288
1289
1290
# File 'sig/types.rbs', line 1288

def global_secondary_indexes
  @global_secondary_indexes
end

#kms_master_key_id::String

Returns the value of attribute kms_master_key_id.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def kms_master_key_id
  @kms_master_key_id
end

#provisioned_throughput_overrideTypes::AwsDynamoDbTableProvisionedThroughputOverride

Returns the value of attribute provisioned_throughput_override.



1290
1291
1292
# File 'sig/types.rbs', line 1290

def provisioned_throughput_override
  @provisioned_throughput_override
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def region_name
  @region_name
end

#replica_status::String

Returns the value of attribute replica_status.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def replica_status
  @replica_status
end

#replica_status_description::String

Returns the value of attribute replica_status_description.

Returns:

  • (::String)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def replica_status_description
  @replica_status_description
end