Class: Aws::Types::CreateConnectionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionGroupRequest
- 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.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#ipv_6_enabled ⇒ Boolean
Returns the value of attribute ipv_6_enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
539 540 541 |
# File 'sig/types.rbs', line 539 def anycast_ip_list_id @anycast_ip_list_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
540 541 542 |
# File 'sig/types.rbs', line 540 def enabled @enabled end |
#ipv_6_enabled ⇒ Boolean
Returns the value of attribute ipv_6_enabled.
537 538 539 |
# File 'sig/types.rbs', line 537 def ipv_6_enabled @ipv_6_enabled end |
#name ⇒ ::String
Returns the value of attribute name.
536 537 538 |
# File 'sig/types.rbs', line 536 def name @name end |
#tags ⇒ Types::Tags
Returns the value of attribute tags.
538 539 540 |
# File 'sig/types.rbs', line 538 def @tags end |