Class: Aws::Types::ConnectionGroupSummary

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)


378
379
380
# File 'sig/types.rbs', line 378

def anycast_ip_list_id
  @anycast_ip_list_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


375
376
377
# File 'sig/types.rbs', line 375

def created_time
  @created_time
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


379
380
381
# File 'sig/types.rbs', line 379

def enabled
  @enabled
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def etag
  @etag
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def id
  @id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


381
382
383
# File 'sig/types.rbs', line 381

def is_default
  @is_default
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


376
377
378
# File 'sig/types.rbs', line 376

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def name
  @name
end

#routing_endpoint::String

Returns the value of attribute routing_endpoint.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def routing_endpoint
  @routing_endpoint
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def status
  @status
end