Class: Aws::Types::Accelerator
- Inherits:
-
Object
- Object
- Aws::Types::Accelerator
- 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.
-
#dual_stack_dns_name ⇒ ::String
Returns the value of attribute dual_stack_dns_name.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#events ⇒ ::Array[Types::AcceleratorEvent]
Returns the value of attribute events.
-
#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.
12 13 14 |
# File 'sig/types.rbs', line 12 def accelerator_arn @accelerator_arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
19 20 21 |
# File 'sig/types.rbs', line 19 def created_time @created_time end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
17 18 19 |
# File 'sig/types.rbs', line 17 def dns_name @dns_name end |
#dual_stack_dns_name ⇒ ::String
Returns the value of attribute dual_stack_dns_name.
21 22 23 |
# File 'sig/types.rbs', line 21 def dual_stack_dns_name @dual_stack_dns_name end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
15 16 17 |
# File 'sig/types.rbs', line 15 def enabled @enabled end |
#events ⇒ ::Array[Types::AcceleratorEvent]
Returns the value of attribute events.
22 23 24 |
# File 'sig/types.rbs', line 22 def events @events end |
#ip_address_type ⇒ "IPV4", "DUAL_STACK"
Returns the value of attribute ip_address_type.
14 15 16 |
# File 'sig/types.rbs', line 14 def ip_address_type @ip_address_type end |
#ip_sets ⇒ ::Array[Types::IpSet]
Returns the value of attribute ip_sets.
16 17 18 |
# File 'sig/types.rbs', line 16 def ip_sets @ip_sets end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
20 21 22 |
# File 'sig/types.rbs', line 20 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
13 14 15 |
# File 'sig/types.rbs', line 13 def name @name end |
#status ⇒ "DEPLOYED", "IN_PROGRESS"
Returns the value of attribute status.
18 19 20 |
# File 'sig/types.rbs', line 18 def status @status end |