Module: Aws::VPCLattice::Client::_CreateTargetGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateTargetGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #config ⇒ Types::TargetGroupConfig
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATE_IN_PROGRESS", ...
- #type ⇒ "IP", ...
Instance Method Details
#arn ⇒ ::String
338 |
# File 'sig/client.rbs', line 338
def arn: () -> ::String
|
#config ⇒ Types::TargetGroupConfig
341 |
# File 'sig/client.rbs', line 341
def config: () -> Types::TargetGroupConfig
|
#id ⇒ ::String
337 |
# File 'sig/client.rbs', line 337
def id: () -> ::String
|
#name ⇒ ::String
339 |
# File 'sig/client.rbs', line 339
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
342 |
# File 'sig/client.rbs', line 342
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "IP", ...
340 |
# File 'sig/client.rbs', line 340
def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
|