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.
7809 7810 7811 |
# File 'sig/types.rbs', line 7809 def next_token @next_token end |
#service_configurations ⇒ ::Array[Types::ServiceConfiguration]
Returns the value of attribute service_configurations.
7808 7809 7810 |
# File 'sig/types.rbs', line 7808 def service_configurations @service_configurations end |