Class: Aws::EC2::Types::DescribeVpcEndpointServiceConfigurationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcEndpointServiceConfigurationsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#service_configurations ⇒ Array<Types::ServiceConfiguration>
Information about the services.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
29924 29925 29926 29927 29928 29929 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29924 class DescribeVpcEndpointServiceConfigurationsResult < Struct.new( :service_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_configurations ⇒ Array<Types::ServiceConfiguration>
Information about the services.
29924 29925 29926 29927 29928 29929 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29924 class DescribeVpcEndpointServiceConfigurationsResult < Struct.new( :service_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |