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:



89
90
91
# File 'sig/types.rbs', line 89

def content
  @content
end

#from_email_address::String

Returns the value of attribute from_email_address.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def from_email_address
  @from_email_address
end

#report_name::String

Returns the value of attribute report_name.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def report_name
  @report_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def tags
  @tags
end