Class: Aws::Types::UpdateCustomRoutingAcceleratorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_arn::String

Returns the value of attribute accelerator_arn.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def accelerator_arn
  @accelerator_arn
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


890
891
892
# File 'sig/types.rbs', line 890

def enabled
  @enabled
end

#ip_address_type"IPV4", "DUAL_STACK"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "DUAL_STACK")


888
889
890
# File 'sig/types.rbs', line 888

def ip_address_type
  @ip_address_type
end

#ip_addresses::Array[::String]

Returns the value of attribute ip_addresses.

Returns:

  • (::Array[::String])


889
890
891
# File 'sig/types.rbs', line 889

def ip_addresses
  @ip_addresses
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def name
  @name
end