Class: Aws::Types::PromoteReadReplicaMessage

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.



3569
3570
3571
# File 'sig/types.rbs', line 3569

def backup_retention_period
  @backup_retention_period
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.



3568
3569
3570
# File 'sig/types.rbs', line 3568

def db_instance_identifier
  @db_instance_identifier
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.



3570
3571
3572
# File 'sig/types.rbs', line 3570

def preferred_backup_window
  @preferred_backup_window
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.



3571
3572
3573
# File 'sig/types.rbs', line 3571

def tag_specifications
  @tag_specifications
end