Class: Aws::Types::UpdateTargetGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTargetGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#config ⇒ Types::TargetGroupConfig
Returns the value of attribute config.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "IP", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def arn @arn end |
#config ⇒ Types::TargetGroupConfig
Returns the value of attribute config.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def config @config end |
#id ⇒ ::String
Returns the value of attribute id.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def status @status end |
#type ⇒ "IP", ...
Returns the value of attribute type.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def type @type end |