Class: Aws::Types::CustomRoutingAccelerator
- Inherits:
-
Object
- Object
- Aws::Types::CustomRoutingAccelerator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerator_arn ⇒ ::String
Returns the value of attribute accelerator_arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
Returns the value of attribute ip_address_type.
-
#ip_sets ⇒ ::Array[Types::IpSet]
Returns the value of attribute ip_sets.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "DEPLOYED", "IN_PROGRESS"
Returns the value of attribute status.
Instance Attribute Details
#accelerator_arn ⇒ ::String
Returns the value of attribute accelerator_arn.
262 263 264 |
# File 'sig/types.rbs', line 262 def accelerator_arn @accelerator_arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
269 270 271 |
# File 'sig/types.rbs', line 269 def created_time @created_time end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
267 268 269 |
# File 'sig/types.rbs', line 267 def dns_name @dns_name end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
265 266 267 |
# File 'sig/types.rbs', line 265 def enabled @enabled end |
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
Returns the value of attribute ip_address_type.
264 265 266 |
# File 'sig/types.rbs', line 264 def ip_address_type @ip_address_type end |
#ip_sets ⇒ ::Array[Types::IpSet]
Returns the value of attribute ip_sets.
266 267 268 |
# File 'sig/types.rbs', line 266 def ip_sets @ip_sets end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
270 271 272 |
# File 'sig/types.rbs', line 270 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
263 264 265 |
# File 'sig/types.rbs', line 263 def name @name end |
#status ⇒ "DEPLOYED", "IN_PROGRESS"
Returns the value of attribute status.
268 269 270 |
# File 'sig/types.rbs', line 268 def status @status end |