Class: Aws::Types::AttachPrincipalPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def policy_name
  @policy_name
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def principal
  @principal
end