Class: Aws::Types::TemplateLinkedPolicyDefinitionItem

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)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def policy_template_id
  @policy_template_id
end

#principalTypes::EntityIdentifier

Returns the value of attribute principal.



1078
1079
1080
# File 'sig/types.rbs', line 1078

def principal
  @principal
end

#resourceTypes::EntityIdentifier

Returns the value of attribute resource.



1079
1080
1081
# File 'sig/types.rbs', line 1079

def resource
  @resource
end