Class: Aws::EC2::Types::DescribeClientVpnAuthorizationRulesResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_rulesArray<Types::AuthorizationRule>

Information about the authorization rules.

Returns:



9714
9715
9716
9717
9718
# File 'lib/aws-sdk-ec2/types.rb', line 9714

class DescribeClientVpnAuthorizationRulesResult < Struct.new(
  :authorization_rules,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


9714
9715
9716
9717
9718
# File 'lib/aws-sdk-ec2/types.rb', line 9714

class DescribeClientVpnAuthorizationRulesResult < Struct.new(
  :authorization_rules,
  :next_token)
  include Aws::Structure
end