Class: Aws::Types::DescribeClientVpnAuthorizationRulesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeClientVpnAuthorizationRulesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_rules ⇒ ::Array[Types::AuthorizationRule]
Returns the value of attribute authorization_rules.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#authorization_rules ⇒ ::Array[Types::AuthorizationRule]
Returns the value of attribute authorization_rules.
5439 5440 5441 |
# File 'sig/types.rbs', line 5439 def @authorization_rules end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5440 5441 5442 |
# File 'sig/types.rbs', line 5440 def next_token @next_token end |