Class: Aws::Types::DescribeVpcEndpointsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7856 7857 7858 |
# File 'sig/types.rbs', line 7856 def next_token @next_token end |
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
7855 7856 7857 |
# File 'sig/types.rbs', line 7855 def vpc_endpoints @vpc_endpoints end |