Module: Aws::VPCLattice::Client::_DeleteResourceEndpointAssociationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteResourceEndpointAssociationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #resource_configuration_arn ⇒ ::String
- #resource_configuration_id ⇒ ::String
- #vpc_endpoint_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
411 |
# File 'sig/client.rbs', line 411
def arn: () -> ::String
|
#id ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def id: () -> ::String
|
#resource_configuration_arn ⇒ ::String
413 |
# File 'sig/client.rbs', line 413
def resource_configuration_arn: () -> ::String
|
#resource_configuration_id ⇒ ::String
412 |
# File 'sig/client.rbs', line 412
def resource_configuration_id: () -> ::String
|
#vpc_endpoint_id ⇒ ::String
414 |
# File 'sig/client.rbs', line 414
def vpc_endpoint_id: () -> ::String
|