Module: Aws::VPCLattice::Client::_CreateServiceNetworkResourceAssociationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#private_dns_enabledBoolean

Returns:

  • (Boolean)


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

def private_dns_enabled: () -> bool

#status"CREATE_IN_PROGRESS", ...

Returns:

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


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

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