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

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


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

def configuration_set_name
  @configuration_set_name
end

#dkim_signing_attributesTypes::DkimSigningAttributes

Returns the value of attribute dkim_signing_attributes.



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

def dkim_signing_attributes
  @dkim_signing_attributes
end

#email_identity::String

Returns the value of attribute email_identity.

Returns:

  • (::String)


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

def email_identity
  @email_identity
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end