Class: Aws::Types::DescribeVpcEndpointServiceConfigurationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointServiceConfigurationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_configurations ⇒ ::Array[Types::ServiceConfiguration]
Returns the value of attribute service_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
8082 8083 8084 |
# File 'sig/types.rbs', line 8082 def next_token @next_token end |
#service_configurations ⇒ ::Array[Types::ServiceConfiguration]
Returns the value of attribute service_configurations.
8081 8082 8083 |
# File 'sig/types.rbs', line 8081 def service_configurations @service_configurations end |