Module: Aws::VPCLattice::Client::_UpdateTargetGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateTargetGroupResponse]
- 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
1267 |
# File 'sig/client.rbs', line 1267
def arn: () -> ::String
|
#config ⇒ Types::TargetGroupConfig
1270 |
# File 'sig/client.rbs', line 1270
def config: () -> Types::TargetGroupConfig
|
#id ⇒ ::String
1266 |
# File 'sig/client.rbs', line 1266
def id: () -> ::String
|
#name ⇒ ::String
1268 |
# File 'sig/client.rbs', line 1268
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
1271 |
# File 'sig/client.rbs', line 1271
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "IP", ...
1269 |
# File 'sig/client.rbs', line 1269
def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
|