Class: Aws::EC2::Types::DescribeClientVpnAuthorizationRulesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeClientVpnAuthorizationRulesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_rules ⇒ Array<Types::AuthorizationRule>
Information about the authorization rules.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#authorization_rules ⇒ Array<Types::AuthorizationRule>
Information about the authorization rules.
19482 19483 19484 19485 19486 19487 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19482 class DescribeClientVpnAuthorizationRulesResult < Struct.new( :authorization_rules, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
19482 19483 19484 19485 19486 19487 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19482 class DescribeClientVpnAuthorizationRulesResult < Struct.new( :authorization_rules, :next_token) SENSITIVE = [] include Aws::Structure end |