Class: Aws::Types::PolicyDefinitionItem

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::StaticPolicyDefinitionItem

Returns the value of attribute static.



920
921
922
# File 'sig/types.rbs', line 920

def static
  @static
end

#template_linkedTypes::TemplateLinkedPolicyDefinitionItem

Returns the value of attribute template_linked.



921
922
923
# File 'sig/types.rbs', line 921

def template_linked
  @template_linked
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


922
923
924
# File 'sig/types.rbs', line 922

def unknown
  @unknown
end