Class: Aws::Types::TemplateLinkedPolicyDefinitionDetail

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)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def policy_template_id
  @policy_template_id
end

#principalTypes::EntityIdentifier

Returns the value of attribute principal.



1071
1072
1073
# File 'sig/types.rbs', line 1071

def principal
  @principal
end

#resourceTypes::EntityIdentifier

Returns the value of attribute resource.



1072
1073
1074
# File 'sig/types.rbs', line 1072

def resource
  @resource
end