Class: Aws::Types::UpdateCustomRoutingAcceleratorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomRoutingAcceleratorRequest
- 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.
886 887 888 |
# File 'sig/types.rbs', line 886 def accelerator_arn @accelerator_arn end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
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.
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.
889 890 891 |
# File 'sig/types.rbs', line 889 def ip_addresses @ip_addresses end |
#name ⇒ ::String
Returns the value of attribute name.
887 888 889 |
# File 'sig/types.rbs', line 887 def name @name end |