Class: Aws::Types::ConnectionGroup
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anycast_ip_list_id ⇒ ::String
Returns the value of attribute anycast_ip_list_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ipv_6_enabled ⇒ Boolean
Returns the value of attribute ipv_6_enabled.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#routing_endpoint ⇒ ::String
Returns the value of attribute routing_endpoint.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#tags ⇒ Types::Tags
Returns the value of attribute tags.
Instance Attribute Details
#anycast_ip_list_id ⇒ ::String
Returns the value of attribute anycast_ip_list_id.
358 359 360 |
# File 'sig/types.rbs', line 358 def anycast_ip_list_id @anycast_ip_list_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
352 353 354 |
# File 'sig/types.rbs', line 352 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
353 354 355 |
# File 'sig/types.rbs', line 353 def created_time @created_time end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
360 361 362 |
# File 'sig/types.rbs', line 360 def enabled @enabled end |
#id ⇒ ::String
Returns the value of attribute id.
350 351 352 |
# File 'sig/types.rbs', line 350 def id @id end |
#ipv_6_enabled ⇒ Boolean
Returns the value of attribute ipv_6_enabled.
356 357 358 |
# File 'sig/types.rbs', line 356 def ipv_6_enabled @ipv_6_enabled end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
361 362 363 |
# File 'sig/types.rbs', line 361 def is_default @is_default end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
354 355 356 |
# File 'sig/types.rbs', line 354 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
351 352 353 |
# File 'sig/types.rbs', line 351 def name @name end |
#routing_endpoint ⇒ ::String
Returns the value of attribute routing_endpoint.
357 358 359 |
# File 'sig/types.rbs', line 357 def routing_endpoint @routing_endpoint end |
#status ⇒ ::String
Returns the value of attribute status.
359 360 361 |
# File 'sig/types.rbs', line 359 def status @status end |
#tags ⇒ Types::Tags
Returns the value of attribute tags.
355 356 357 |
# File 'sig/types.rbs', line 355 def @tags end |