Module: Aws::VPCLattice::Client::_CreateServiceNetworkResourceAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateServiceNetworkResourceAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_by ⇒ ::String
- #id ⇒ ::String
- #private_dns_enabled ⇒ Boolean
- #status ⇒ "CREATE_IN_PROGRESS", ...
Instance Method Details
#arn ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def arn: () -> ::String
|
#created_by ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def created_by: () -> ::String
|
#id ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def id: () -> ::String
|
#private_dns_enabled ⇒ Boolean
280 |
# File 'sig/client.rbs', line 280
def private_dns_enabled: () -> bool
|
#status ⇒ "CREATE_IN_PROGRESS", ...
278 |
# File 'sig/client.rbs', line 278
def status: () -> ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
|