Class: Aws::Types::UpdateFailbackReplicationConfigurationRequest

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)


1443
1444
1445
# File 'sig/types.rbs', line 1443

def bandwidth_throttling
  @bandwidth_throttling
end

#internet_protocol"IPV4", "IPV6"

Returns the value of attribute internet_protocol.

Returns:

  • ("IPV4", "IPV6")


1445
1446
1447
# File 'sig/types.rbs', line 1445

def internet_protocol
  @internet_protocol
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def name
  @name
end

#recovery_instance_id::String

Returns the value of attribute recovery_instance_id.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def recovery_instance_id
  @recovery_instance_id
end

#use_private_ipBoolean

Returns the value of attribute use_private_ip.

Returns:

  • (Boolean)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def use_private_ip
  @use_private_ip
end