Class: Aws::Types::ConnectionGroup

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)


358
359
360
# File 'sig/types.rbs', line 358

def anycast_ip_list_id
  @anycast_ip_list_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


353
354
355
# File 'sig/types.rbs', line 353

def created_time
  @created_time
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


360
361
362
# File 'sig/types.rbs', line 360

def enabled
  @enabled
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def id
  @id
end

#ipv_6_enabledBoolean

Returns the value of attribute ipv_6_enabled.

Returns:

  • (Boolean)


356
357
358
# File 'sig/types.rbs', line 356

def ipv_6_enabled
  @ipv_6_enabled
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


361
362
363
# File 'sig/types.rbs', line 361

def is_default
  @is_default
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


354
355
356
# File 'sig/types.rbs', line 354

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def name
  @name
end

#routing_endpoint::String

Returns the value of attribute routing_endpoint.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def routing_endpoint
  @routing_endpoint
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def status
  @status
end

#tagsTypes::Tags

Returns the value of attribute tags.

Returns:



355
356
357
# File 'sig/types.rbs', line 355

def tags
  @tags
end