Class: Aws::EC2::Types::DescribeCustomerGatewaysResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeCustomerGatewaysResult
- 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
-
#customer_gateways ⇒ Array<Types::CustomerGateway>
Information about one or more customer gateways.
Instance Attribute Details
#customer_gateways ⇒ Array<Types::CustomerGateway>
Information about one or more customer gateways.
19342 19343 19344 19345 19346 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19342 class DescribeCustomerGatewaysResult < Struct.new( :customer_gateways) SENSITIVE = [] include Aws::Structure end |