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
1274 |
# File 'sig/client.rbs', line 1274
def arn: () -> ::String
|
#config ⇒ Types::TargetGroupConfig
1277 |
# File 'sig/client.rbs', line 1277
def config: () -> Types::TargetGroupConfig
|
#id ⇒ ::String
1273 |
# File 'sig/client.rbs', line 1273
def id: () -> ::String
|
#name ⇒ ::String
1275 |
# File 'sig/client.rbs', line 1275
def name: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
1278 |
# File 'sig/client.rbs', line 1278
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|
#type ⇒ "IP", ...
1276 |
# File 'sig/client.rbs', line 1276
def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")
|