Class: Aws::Types::PolicyDefinition

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

Defined Under Namespace

Classes: Static, TemplateLinked, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#staticTypes::StaticPolicyDefinition

Returns the value of attribute static.

Returns:



892
893
894
# File 'sig/types.rbs', line 892

def static
  @static
end

#template_linkedTypes::TemplateLinkedPolicyDefinition

Returns the value of attribute template_linked.

Returns:



893
894
895
# File 'sig/types.rbs', line 893

def template_linked
  @template_linked
end

#unknownObject

Returns the value of attribute unknown.

Returns:



894
895
896
# File 'sig/types.rbs', line 894

def unknown
  @unknown
end