Class: Aws::EC2::Types::DescribeCustomerGatewaysResult

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

Overview

Contains the output of DescribeCustomerGateways.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gatewaysArray<Types::CustomerGateway>

Information about one or more customer gateways.

Returns:



17704
17705
17706
17707
17708
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17704

class DescribeCustomerGatewaysResult < Struct.new(
  :customer_gateways)
  SENSITIVE = []
  include Aws::Structure
end