Class: Aws::EC2::Types::DescribeVpcEndpointServiceConfigurationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcEndpointServiceConfigurationsResult
- Includes:
- Structure
- Defined in:
- 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.
29771 29772 29773 29774 29775 29776 |
# File 'lib/aws-sdk-ec2/types.rb', line 29771 class DescribeVpcEndpointServiceConfigurationsResult < Struct.new( :service_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_configurations ⇒ Array<Types::ServiceConfiguration>
Information about the services.
29771 29772 29773 29774 29775 29776 |
# File 'lib/aws-sdk-ec2/types.rb', line 29771 class DescribeVpcEndpointServiceConfigurationsResult < Struct.new( :service_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |