Class: Aws::Types::TargetSummary
- Inherits:
-
Object
- Object
- Aws::Types::TargetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
-
#status ⇒ "DRAINING", ...
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def id @id end |
#port ⇒ ::Integer
Returns the value of attribute port.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def port @port end |
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def reason_code @reason_code end |
#status ⇒ "DRAINING", ...
Returns the value of attribute status.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def status @status end |