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