Class: Aws::EC2::Types::CreateVpcEndpointServiceConfigurationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)


16616
16617
16618
16619
16620
16621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16616

class CreateVpcEndpointServiceConfigurationResult < Struct.new(
  :service_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_configurationTypes::ServiceConfiguration

Information about the service configuration.



16616
16617
16618
16619
16620
16621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16616

class CreateVpcEndpointServiceConfigurationResult < Struct.new(
  :service_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end