Module: Aws::VPCLattice::Client::_DeleteServiceNetworkVpcAssociationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#status"CREATE_IN_PROGRESS", ...

Returns:

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


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

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