Class: Aws::Types::PromoteReadReplicaMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


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

def backup_retention_period
  @backup_retention_period
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


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

def db_instance_identifier
  @db_instance_identifier
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


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

def preferred_backup_window
  @preferred_backup_window
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



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

def tag_specifications
  @tag_specifications
end