Class: Aws::Types::PutIdentityPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity::String

Returns the value of attribute identity.

Returns:

  • (::String)


709
710
711
# File 'sig/types.rbs', line 709

def identity
  @identity
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def policy
  @policy
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def policy_name
  @policy_name
end