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.
46142 46143 46144 46145 46146 46147 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46142 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.
46142 46143 46144 46145 46146 46147 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46142 class GetVpnConnectionDeviceTypesResult < Struct.new( :vpn_connection_device_types, :next_token) SENSITIVE = [] include Aws::Structure end |