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

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

Overview

Contains the output of DescribeCustomerGateways.

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gatewaysArray<Types::CustomerGateway>

Information about one or more customer gateways.

Returns:



10118
10119
10120
10121
# File 'lib/aws-sdk-ec2/types.rb', line 10118

class DescribeCustomerGatewaysResult < Struct.new(
  :customer_gateways)
  include Aws::Structure
end