Class: Aws::Types::ListVpcEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVpcEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_endpoint_summary_list ⇒ ::Array[Types::VpcEndpointSummary]
Returns the value of attribute vpc_endpoint_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def next_token @next_token end |
#vpc_endpoint_summary_list ⇒ ::Array[Types::VpcEndpointSummary]
Returns the value of attribute vpc_endpoint_summary_list.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def vpc_endpoint_summary_list @vpc_endpoint_summary_list end |