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