Class: Aws::Types::ConnectionGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionGroupSummary
- 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.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
Instance Attribute Details
#anycast_ip_list_id ⇒ ::String
Returns the value of attribute anycast_ip_list_id.
378 379 380 |
# File 'sig/types.rbs', line 378 def anycast_ip_list_id @anycast_ip_list_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
373 374 375 |
# File 'sig/types.rbs', line 373 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
375 376 377 |
# File 'sig/types.rbs', line 375 def created_time @created_time end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
379 380 381 |
# File 'sig/types.rbs', line 379 def enabled @enabled end |
#etag ⇒ ::String
Returns the value of attribute etag.
377 378 379 |
# File 'sig/types.rbs', line 377 def etag @etag end |
#id ⇒ ::String
Returns the value of attribute id.
371 372 373 |
# File 'sig/types.rbs', line 371 def id @id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
381 382 383 |
# File 'sig/types.rbs', line 381 def is_default @is_default end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
376 377 378 |
# File 'sig/types.rbs', line 376 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
372 373 374 |
# File 'sig/types.rbs', line 372 def name @name end |
#routing_endpoint ⇒ ::String
Returns the value of attribute routing_endpoint.
374 375 376 |
# File 'sig/types.rbs', line 374 def routing_endpoint @routing_endpoint end |
#status ⇒ ::String
Returns the value of attribute status.
380 381 382 |
# File 'sig/types.rbs', line 380 def status @status end |