Class: Aws::Types::UpdateConnectionGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anycast_ip_list_id::String

Returns the value of attribute anycast_ip_list_id.

Returns:

  • (::String)


3935
3936
3937
# File 'sig/types.rbs', line 3935

def anycast_ip_list_id
  @anycast_ip_list_id
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3936
3937
3938
# File 'sig/types.rbs', line 3936

def enabled
  @enabled
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3932
3933
3934
# File 'sig/types.rbs', line 3932

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3934
3935
3936
# File 'sig/types.rbs', line 3934

def if_match
  @if_match
end

#ipv_6_enabledBoolean

Returns the value of attribute ipv_6_enabled.

Returns:

  • (Boolean)


3933
3934
3935
# File 'sig/types.rbs', line 3933

def ipv_6_enabled
  @ipv_6_enabled
end