Class: Aws::Types::ReplicaSpecificationSummary

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.



352
353
354
# File 'sig/types.rbs', line 352

def capacity_specification
  @capacity_specification
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def region
  @region
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


351
352
353
# File 'sig/types.rbs', line 351

def status
  @status
end

#warm_throughput_specificationTypes::WarmThroughputSpecificationSummary

Returns the value of attribute warm_throughput_specification.



353
354
355
# File 'sig/types.rbs', line 353

def warm_throughput_specification
  @warm_throughput_specification
end