Class: Aws::Types::DeliverabilityTestReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


166
167
168
# File 'sig/types.rbs', line 166

def create_date
  @create_date
end

#deliverability_test_status"IN_PROGRESS", "COMPLETED"

Returns the value of attribute deliverability_test_status.

Returns:

  • ("IN_PROGRESS", "COMPLETED")


167
168
169
# File 'sig/types.rbs', line 167

def deliverability_test_status
  @deliverability_test_status
end

#from_email_address::String

Returns the value of attribute from_email_address.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def from_email_address
  @from_email_address
end

#report_id::String

Returns the value of attribute report_id.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def report_id
  @report_id
end

#report_name::String

Returns the value of attribute report_name.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def report_name
  @report_name
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def subject
  @subject
end