Class: Aws::Types::RdsPromoteReadReplicaConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account_role::String

Returns the value of attribute cross_account_role.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def 
  @cross_account_role
end

#db_instance_arn_map::Hash[::String, ::String]

Returns the value of attribute db_instance_arn_map.

Returns:

  • (::Hash[::String, ::String])


619
620
621
# File 'sig/types.rbs', line 619

def db_instance_arn_map
  @db_instance_arn_map
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


618
619
620
# File 'sig/types.rbs', line 618

def external_id
  @external_id
end

#timeout_minutes::Integer

Returns the value of attribute timeout_minutes.

Returns:

  • (::Integer)


616
617
618
# File 'sig/types.rbs', line 616

def timeout_minutes
  @timeout_minutes
end