Class: Aws::Types::DescribeVpcEndpointAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointAssociationsResult
- 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_associations ⇒ ::Array[Types::VpcEndpointAssociation]
Returns the value of attribute vpc_endpoint_associations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7765 7766 7767 |
# File 'sig/types.rbs', line 7765 def next_token @next_token end |
#vpc_endpoint_associations ⇒ ::Array[Types::VpcEndpointAssociation]
Returns the value of attribute vpc_endpoint_associations.
7764 7765 7766 |
# File 'sig/types.rbs', line 7764 def vpc_endpoint_associations @vpc_endpoint_associations end |