Class: Aws::Types::CreateTargetGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTargetGroupResponse
- 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.
293 294 295 |
# File 'sig/types.rbs', line 293 def arn @arn end |
#config ⇒ Types::TargetGroupConfig
Returns the value of attribute config.
296 297 298 |
# File 'sig/types.rbs', line 296 def config @config end |
#id ⇒ ::String
Returns the value of attribute id.
292 293 294 |
# File 'sig/types.rbs', line 292 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
294 295 296 |
# File 'sig/types.rbs', line 294 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
297 298 299 |
# File 'sig/types.rbs', line 297 def status @status end |
#type ⇒ "IP", ...
Returns the value of attribute type.
295 296 297 |
# File 'sig/types.rbs', line 295 def type @type end |