Class: Aws::Types::ApplicationPolicies

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#criticalBoolean

Returns the value of attribute critical.

Returns:

  • (Boolean)


43
44
45
# File 'sig/types.rbs', line 43

def critical
  @critical
end

#policies::Array[Types::ApplicationPolicy]

Returns the value of attribute policies.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def policies
  @policies
end