Class: Aws::Types::TemplateLinkedPolicyDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_template_id::String

Returns the value of attribute policy_template_id.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def policy_template_id
  @policy_template_id
end

#principalTypes::EntityIdentifier

Returns the value of attribute principal.



1064
1065
1066
# File 'sig/types.rbs', line 1064

def principal
  @principal
end

#resourceTypes::EntityIdentifier

Returns the value of attribute resource.



1065
1066
1067
# File 'sig/types.rbs', line 1065

def resource
  @resource
end