Class: Aws::Types::CreateEmailIdentityRequest

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:



101
102
103
# File 'sig/types.rbs', line 101

def email_identity
  @email_identity
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



102
103
104
# File 'sig/types.rbs', line 102

def tags
  @tags
end