Class: Aws::Types::DeleteIdentityPolicyRequest

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)


243
244
245
# File 'sig/types.rbs', line 243

def identity
  @identity
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def policy_name
  @policy_name
end