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:



17675
17676
17677
17678
17679
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17675

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