Class: Aws::Types::DescribeClientVpnAuthorizationRulesResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_rules::Array[Types::AuthorizationRule]

Returns the value of attribute authorization_rules.

Returns:



5622
5623
5624
# File 'sig/types.rbs', line 5622

def authorization_rules
  @authorization_rules
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5623
5624
5625
# File 'sig/types.rbs', line 5623

def next_token
  @next_token
end