Class: Aws::Types::GetFailbackReplicationConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_throttling::Integer

Returns the value of attribute bandwidth_throttling.

Returns:

  • (::Integer)


477
478
479
# File 'sig/types.rbs', line 477

def bandwidth_throttling
  @bandwidth_throttling
end

#internet_protocol"IPV4", "IPV6"

Returns the value of attribute internet_protocol.

Returns:

  • ("IPV4", "IPV6")


479
480
481
# File 'sig/types.rbs', line 479

def internet_protocol
  @internet_protocol
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def name
  @name
end

#recovery_instance_id::String

Returns the value of attribute recovery_instance_id.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def recovery_instance_id
  @recovery_instance_id
end

#use_private_ipBoolean

Returns the value of attribute use_private_ip.

Returns:

  • (Boolean)


478
479
480
# File 'sig/types.rbs', line 478

def use_private_ip
  @use_private_ip
end