Class: Aws::EC2::Types::CreateVpcEndpointServiceConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpcEndpointServiceConfigurationResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#service_configuration ⇒ Types::ServiceConfiguration
Information about the service configuration.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
13469 13470 13471 13472 13473 13474 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13469 class CreateVpcEndpointServiceConfigurationResult < Struct.new( :service_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |
#service_configuration ⇒ Types::ServiceConfiguration
Information about the service configuration.
13469 13470 13471 13472 13473 13474 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13469 class CreateVpcEndpointServiceConfigurationResult < Struct.new( :service_configuration, :client_token) SENSITIVE = [] include Aws::Structure end |