Class: Aws::Types::TargetGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::TargetGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ip_address_type ⇒ "IPV4", "IPV6"
Returns the value of attribute ip_address_type.
-
#lambda_event_structure_version ⇒ "V1", "V2"
Returns the value of attribute lambda_event_structure_version.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "HTTP", ...
Returns the value of attribute protocol.
-
#service_arns ⇒ ::Array[::String]
Returns the value of attribute service_arns.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "IP", ...
Returns the value of attribute type.
-
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
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.
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.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def name @name end |
#port ⇒ ::Integer
Returns the value of attribute port.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def port @port end |
#protocol ⇒ "HTTP", ...
Returns the value of attribute protocol.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def protocol @protocol end |
#service_arns ⇒ ::Array[::String]
Returns the value of attribute service_arns.
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.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def status @status end |
#type ⇒ "IP", ...
Returns the value of attribute type.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def type @type end |
#vpc_identifier ⇒ ::String
Returns the value of attribute vpc_identifier.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def vpc_identifier @vpc_identifier end |