Class: Aws::Types::RdsCreateCrossRegionReplicaConfiguration

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)


609
610
611
# File 'sig/types.rbs', line 609

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])


611
612
613
# File 'sig/types.rbs', line 611

def db_instance_arn_map
  @db_instance_arn_map
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def external_id
  @external_id
end

#timeout_minutes::Integer

Returns the value of attribute timeout_minutes.

Returns:

  • (::Integer)


608
609
610
# File 'sig/types.rbs', line 608

def timeout_minutes
  @timeout_minutes
end