Class: Aws::Types::BatchGetVpcEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetVpcEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#vpc_endpoint_details ⇒ ::Array[Types::VpcEndpointDetail]
Returns the value of attribute vpc_endpoint_details.
-
#vpc_endpoint_error_details ⇒ ::Array[Types::VpcEndpointErrorDetail]
Returns the value of attribute vpc_endpoint_error_details.
Instance Attribute Details
#vpc_endpoint_details ⇒ ::Array[Types::VpcEndpointDetail]
Returns the value of attribute vpc_endpoint_details.
94 95 96 |
# File 'sig/types.rbs', line 94 def vpc_endpoint_details @vpc_endpoint_details end |
#vpc_endpoint_error_details ⇒ ::Array[Types::VpcEndpointErrorDetail]
Returns the value of attribute vpc_endpoint_error_details.
95 96 97 |
# File 'sig/types.rbs', line 95 def vpc_endpoint_error_details @vpc_endpoint_error_details end |