Module: Aws::VPCLattice::Client::_DeleteTargetGroupResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#status"CREATE_IN_PROGRESS", ...

Returns:

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


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

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