Class: Aws::Types::GetDeliverabilityTestReportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deliverability_test_reportTypes::DeliverabilityTestReport

Returns the value of attribute deliverability_test_report.



882
883
884
# File 'sig/types.rbs', line 882

def deliverability_test_report
  @deliverability_test_report
end

#isp_placements::Array[Types::IspPlacement]

Returns the value of attribute isp_placements.

Returns:



884
885
886
# File 'sig/types.rbs', line 884

def isp_placements
  @isp_placements
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def message
  @message
end

#overall_placementTypes::PlacementStatistics

Returns the value of attribute overall_placement.



883
884
885
# File 'sig/types.rbs', line 883

def overall_placement
  @overall_placement
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



886
887
888
# File 'sig/types.rbs', line 886

def tags
  @tags
end