Class: Aws::Types::CreateDeliverabilityTestReportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::EmailContent

Returns the value of attribute content.

Returns:



258
259
260
# File 'sig/types.rbs', line 258

def content
  @content
end

#from_email_address::String

Returns the value of attribute from_email_address.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def from_email_address
  @from_email_address
end

#report_name::String

Returns the value of attribute report_name.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def report_name
  @report_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def tags
  @tags
end