Module: Aws::VPCLattice::Client::_CreateServiceNetworkServiceAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateServiceNetworkServiceAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_by ⇒ ::String
- #custom_domain_name ⇒ ::String
- #dns_entry ⇒ Types::DnsEntry
- #id ⇒ ::String
- #status ⇒ "CREATE_IN_PROGRESS", ...
Instance Method Details
#arn ⇒ ::String
296 |
# File 'sig/client.rbs', line 296
def arn: () -> ::String
|
#created_by ⇒ ::String
297 |
# File 'sig/client.rbs', line 297
def created_by: () -> ::String
|
#custom_domain_name ⇒ ::String
298 |
# File 'sig/client.rbs', line 298
def custom_domain_name: () -> ::String
|
#dns_entry ⇒ Types::DnsEntry
299 |
# File 'sig/client.rbs', line 299
def dns_entry: () -> Types::DnsEntry
|
#id ⇒ ::String
294 |
# File 'sig/client.rbs', line 294
def id: () -> ::String
|
#status ⇒ "CREATE_IN_PROGRESS", ...
295 |
# File 'sig/client.rbs', line 295
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|