Class: Aws::Types::ReplicaDescription

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::ReplicaGlobalSecondaryIndexDescription]

Returns the value of attribute global_secondary_indexes.



1312
1313
1314
# File 'sig/types.rbs', line 1312

def global_secondary_indexes
  @global_secondary_indexes
end

#global_table_settings_replication_mode"ENABLED", ...

Returns the value of attribute global_table_settings_replication_mode.

Returns:

  • ("ENABLED", "DISABLED", "ENABLED_WITH_OVERRIDES")


1315
1316
1317
# File 'sig/types.rbs', line 1315

def global_table_settings_replication_mode
  @global_table_settings_replication_mode
end

#kms_master_key_id::String

Returns the value of attribute kms_master_key_id.

Returns:

  • (::String)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def kms_master_key_id
  @kms_master_key_id
end

#on_demand_throughput_overrideTypes::OnDemandThroughputOverride

Returns the value of attribute on_demand_throughput_override.



1310
1311
1312
# File 'sig/types.rbs', line 1310

def on_demand_throughput_override
  @on_demand_throughput_override
end

#provisioned_throughput_overrideTypes::ProvisionedThroughputOverride

Returns the value of attribute provisioned_throughput_override.



1309
1310
1311
# File 'sig/types.rbs', line 1309

def provisioned_throughput_override
  @provisioned_throughput_override
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def region_name
  @region_name
end

#replica_arn::String

Returns the value of attribute replica_arn.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def replica_arn
  @replica_arn
end

#replica_inaccessible_date_time::Time

Returns the value of attribute replica_inaccessible_date_time.

Returns:

  • (::Time)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def replica_inaccessible_date_time
  @replica_inaccessible_date_time
end

#replica_status"CREATING", ...

Returns the value of attribute replica_status.

Returns:

  • ("CREATING", "CREATION_FAILED", "UPDATING", "DELETING", "ACTIVE", "REGION_DISABLED", "INACCESSIBLE_ENCRYPTION_CREDENTIALS", "ARCHIVING", "ARCHIVED", "REPLICATION_NOT_AUTHORIZED")


1304
1305
1306
# File 'sig/types.rbs', line 1304

def replica_status
  @replica_status
end

#replica_status_description::String

Returns the value of attribute replica_status_description.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def replica_status_description
  @replica_status_description
end

#replica_status_percent_progress::String

Returns the value of attribute replica_status_percent_progress.

Returns:

  • (::String)


1307
1308
1309
# File 'sig/types.rbs', line 1307

def replica_status_percent_progress
  @replica_status_percent_progress
end

#replica_table_class_summaryTypes::TableClassSummary

Returns the value of attribute replica_table_class_summary.



1314
1315
1316
# File 'sig/types.rbs', line 1314

def replica_table_class_summary
  @replica_table_class_summary
end

#warm_throughputTypes::TableWarmThroughputDescription

Returns the value of attribute warm_throughput.



1311
1312
1313
# File 'sig/types.rbs', line 1311

def warm_throughput
  @warm_throughput
end