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)


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

def arn: () -> ::String

#configTypes::TargetGroupConfig



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

def config: () -> Types::TargetGroupConfig

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#status"CREATE_IN_PROGRESS", ...

Returns:

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


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

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

#type"IP", ...

Returns:

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


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

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