Module: Aws::VPCLattice::Client::_CreateTargetGroupResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#configTypes::TargetGroupConfig



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

def config: () -> Types::TargetGroupConfig

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#status"CREATE_IN_PROGRESS", ...

Returns:

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


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

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

#type"IP", ...

Returns:

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


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

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