Module: Aws::VPCLattice::Client::_UpdateTargetGroupResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdateTargetGroupResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


1267
# File 'sig/client.rbs', line 1267

def arn: () -> ::String

#configTypes::TargetGroupConfig



1270
# File 'sig/client.rbs', line 1270

def config: () -> Types::TargetGroupConfig

#id::String

Returns:

  • (::String)


1266
# File 'sig/client.rbs', line 1266

def id: () -> ::String

#name::String

Returns:

  • (::String)


1268
# File 'sig/client.rbs', line 1268

def name: () -> ::String

#status"CREATE_IN_PROGRESS", ...

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


1271
# File 'sig/client.rbs', line 1271

def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")

#type"IP", ...

Returns:

  • ("IP", "LAMBDA", "INSTANCE", "ALB")


1269
# File 'sig/client.rbs', line 1269

def type: () -> ("IP" | "LAMBDA" | "INSTANCE" | "ALB")