Class: Aws::EC2::Types::CreateEgressOnlyInternetGatewayResult

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)


7661
7662
7663
7664
7665
7666
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7661

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

#egress_only_internet_gatewayTypes::EgressOnlyInternetGateway

Information about the egress-only internet gateway.



7661
7662
7663
7664
7665
7666
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 7661

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