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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


17289
17290
17291
17292
17293
17294
# File 'lib/aws-sdk-ec2/types.rb', line 17289

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

#service_configurationTypes::ServiceConfiguration

Information about the service configuration.



17289
17290
17291
17292
17293
17294
# File 'lib/aws-sdk-ec2/types.rb', line 17289

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