Class: Aws::Types::CreateConnectionGroupRequest

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)


539
540
541
# File 'sig/types.rbs', line 539

def anycast_ip_list_id
  @anycast_ip_list_id
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


540
541
542
# File 'sig/types.rbs', line 540

def enabled
  @enabled
end

#ipv_6_enabledBoolean

Returns the value of attribute ipv_6_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def name
  @name
end

#tagsTypes::Tags

Returns the value of attribute tags.

Returns:



538
539
540
# File 'sig/types.rbs', line 538

def tags
  @tags
end