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.
8039 8040 8041 |
# File 'sig/types.rbs', line 8039 def next_token @next_token end |
#vpc_endpoints ⇒ ::Array[Types::VpcEndpoint]
Returns the value of attribute vpc_endpoints.
8038 8039 8040 |
# File 'sig/types.rbs', line 8038 def vpc_endpoints @vpc_endpoints end |