Class: Aws::Types::CreateEmailIdentityPolicyRequest

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)


270
271
272
# File 'sig/types.rbs', line 270

def email_identity
  @email_identity
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def policy
  @policy
end

#policy_name::String

Returns the value of attribute policy_name.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def policy_name
  @policy_name
end