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)


932
933
934
# File 'sig/types.rbs', line 932

def access_all
  @access_all
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def description
  @description
end

#destination_cidr::String

Returns the value of attribute destination_cidr.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def destination_cidr
  @destination_cidr
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def group_id
  @group_id
end

#statusTypes::ClientVpnAuthorizationRuleStatus

Returns the value of attribute status.



934
935
936
# File 'sig/types.rbs', line 934

def status
  @status
end