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.
952 953 954 |
# File 'sig/types.rbs', line 952 def vpc_endpoint_errors @vpc_endpoint_errors end |
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
951 952 953 |
# File 'sig/types.rbs', line 951 def vpc_endpoints @vpc_endpoints end |