Class: Aws::Types::AuthorizationRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_allBoolean

Returns the value of attribute access_all.

Returns:

  • (Boolean)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def access_all
  @access_all
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def description
  @description
end

#destination_cidr::String

Returns the value of attribute destination_cidr.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def destination_cidr
  @destination_cidr
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def group_id
  @group_id
end

#statusTypes::ClientVpnAuthorizationRuleStatus

Returns the value of attribute status.



1020
1021
1022
# File 'sig/types.rbs', line 1020

def status
  @status
end