Class: Aws::Types::UpdateAcceleratorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAcceleratorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_arn ⇒ ::String
Returns the value of attribute accelerator_arn.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
Returns the value of attribute ip_address_type.
-
#ip_addresses ⇒ ::Array[::String]
Returns the value of attribute ip_addresses.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#accelerator_arn ⇒ ::String
Returns the value of attribute accelerator_arn.
844 845 846 |
# File 'sig/types.rbs', line 844 def accelerator_arn @accelerator_arn end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
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.
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.
847 848 849 |
# File 'sig/types.rbs', line 847 def ip_addresses @ip_addresses end |
#name ⇒ ::String
Returns the value of attribute name.
845 846 847 |
# File 'sig/types.rbs', line 845 def name @name end |