Class: Aws::EC2::Types::GetVpnConnectionDeviceTypesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetVpnConnectionDeviceTypesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
NextTokenvalue to include in a futureGetVpnConnectionDeviceTypesrequest. -
#vpn_connection_device_types ⇒ Array<Types::VpnConnectionDeviceType>
List of customer gateway devices that have a sample configuration file available for use.
Instance Attribute Details
#next_token ⇒ String
The NextToken value to include in a future
GetVpnConnectionDeviceTypes request. When the results of a
GetVpnConnectionDeviceTypes request exceed MaxResults, this
value can be used to retrieve the next page of results. This value
is null when there are no more results to return.
50121 50122 50123 50124 50125 50126 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50121 class GetVpnConnectionDeviceTypesResult < Struct.new( :vpn_connection_device_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpn_connection_device_types ⇒ Array<Types::VpnConnectionDeviceType>
List of customer gateway devices that have a sample configuration file available for use.
50121 50122 50123 50124 50125 50126 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 50121 class GetVpnConnectionDeviceTypesResult < Struct.new( :vpn_connection_device_types, :next_token) SENSITIVE = [] include Aws::Structure end |