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.
47063 47064 47065 47066 47067 47068 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47063 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.
47063 47064 47065 47066 47067 47068 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47063 class GetVpnConnectionDeviceTypesResult < Struct.new( :vpn_connection_device_types, :next_token) SENSITIVE = [] include Aws::Structure end |