Class: Aws::Types::DescribeVpcEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#vpc_endpoint_errors ⇒ ::Array[Types::VpcEndpointError]
Returns the value of attribute vpc_endpoint_errors.
-
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
Instance Attribute Details
#vpc_endpoint_errors ⇒ ::Array[Types::VpcEndpointError]
Returns the value of attribute vpc_endpoint_errors.
544 545 546 |
# File 'sig/types.rbs', line 544 def vpc_endpoint_errors @vpc_endpoint_errors end |
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
543 544 545 |
# File 'sig/types.rbs', line 543 def vpc_endpoints @vpc_endpoints end |