Class: Aws::Types::UpdateConnectionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionGroupRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#ipv_6_enabled ⇒ Boolean
Returns the value of attribute ipv_6_enabled.
Instance Attribute Details
#anycast_ip_list_id ⇒ ::String
Returns the value of attribute anycast_ip_list_id.
3935 3936 3937 |
# File 'sig/types.rbs', line 3935 def anycast_ip_list_id @anycast_ip_list_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3936 3937 3938 |
# File 'sig/types.rbs', line 3936 def enabled @enabled end |
#id ⇒ ::String
Returns the value of attribute id.
3932 3933 3934 |
# File 'sig/types.rbs', line 3932 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3934 3935 3936 |
# File 'sig/types.rbs', line 3934 def if_match @if_match end |
#ipv_6_enabled ⇒ Boolean
Returns the value of attribute ipv_6_enabled.
3933 3934 3935 |
# File 'sig/types.rbs', line 3933 def ipv_6_enabled @ipv_6_enabled end |