Class: Aws::Types::UpdateAcceleratorRequest

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)


844
845
846
# File 'sig/types.rbs', line 844

def accelerator_arn
  @accelerator_arn
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


848
849
850
# File 'sig/types.rbs', line 848

def enabled
  @enabled
end

#ip_address_type"IPV4", "DUAL_STACK"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "DUAL_STACK")


846
847
848
# File 'sig/types.rbs', line 846

def ip_address_type
  @ip_address_type
end

#ip_addresses::Array[::String]

Returns the value of attribute ip_addresses.

Returns:

  • (::Array[::String])


847
848
849
# File 'sig/types.rbs', line 847

def ip_addresses
  @ip_addresses
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def name
  @name
end