Module: Aws::VPCLattice::Client::_CreateServiceNetworkServiceAssociationResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_by::String

Returns:

  • (::String)


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

def created_by: () -> ::String

#custom_domain_name::String

Returns:

  • (::String)


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

def custom_domain_name: () -> ::String

#dns_entryTypes::DnsEntry

Returns:



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

def dns_entry: () -> Types::DnsEntry

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#status"CREATE_IN_PROGRESS", ...

Returns:

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


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

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