Class: Aws::Types::DeleteEmailIdentityPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#email_identity::String

Returns the value of attribute email_identity.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def email_identity
  @email_identity
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def policy_name
  @policy_name
end