Class: Aws::Types::CreateTargetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTargetGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#config ⇒ Types::TargetGroupConfig
Returns the value of attribute config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "IP", ...
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
286 287 288 |
# File 'sig/types.rbs', line 286 def client_token @client_token end |
#config ⇒ Types::TargetGroupConfig
Returns the value of attribute config.
285 286 287 |
# File 'sig/types.rbs', line 285 def config @config end |
#name ⇒ ::String
Returns the value of attribute name.
283 284 285 |
# File 'sig/types.rbs', line 283 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
287 288 289 |
# File 'sig/types.rbs', line 287 def @tags end |
#type ⇒ "IP", ...
Returns the value of attribute type.
284 285 286 |
# File 'sig/types.rbs', line 284 def type @type end |