Class: Aws::Types::TargetGroupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def id
  @id
end

#ip_address_type"IPV4", "IPV6"

Returns the value of attribute ip_address_type.

Returns:

  • ("IPV4", "IPV6")


1429
1430
1431
# File 'sig/types.rbs', line 1429

def ip_address_type
  @ip_address_type
end

#lambda_event_structure_version"V1", "V2"

Returns the value of attribute lambda_event_structure_version.

Returns:

  • ("V1", "V2")


1434
1435
1436
# File 'sig/types.rbs', line 1434

def lambda_event_structure_version
  @lambda_event_structure_version
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def name
  @name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def port
  @port
end

#protocol"HTTP", ...

Returns the value of attribute protocol.

Returns:

  • ("HTTP", "HTTPS", "TCP")


1428
1429
1430
# File 'sig/types.rbs', line 1428

def protocol
  @protocol
end

#service_arns::Array[::String]

Returns the value of attribute service_arns.

Returns:

  • (::Array[::String])


1433
1434
1435
# File 'sig/types.rbs', line 1433

def service_arns
  @service_arns
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


1432
1433
1434
# File 'sig/types.rbs', line 1432

def status
  @status
end

#type"IP", ...

Returns the value of attribute type.

Returns:

  • ("IP", "LAMBDA", "INSTANCE", "ALB")


1425
1426
1427
# File 'sig/types.rbs', line 1425

def type
  @type
end

#vpc_identifier::String

Returns the value of attribute vpc_identifier.

Returns:

  • (::String)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def vpc_identifier
  @vpc_identifier
end