Class: Aws::Types::DomainDeliverabilityCampaign

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_id::String

Returns the value of attribute campaign_id.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def campaign_id
  @campaign_id
end

#delete_rate::Float

Returns the value of attribute delete_rate.

Returns:

  • (::Float)


589
590
591
# File 'sig/types.rbs', line 589

def delete_rate
  @delete_rate
end

#esps::Array[::String]

Returns the value of attribute esps.

Returns:

  • (::Array[::String])


592
593
594
# File 'sig/types.rbs', line 592

def esps
  @esps
end

#first_seen_date_time::Time

Returns the value of attribute first_seen_date_time.

Returns:

  • (::Time)


584
585
586
# File 'sig/types.rbs', line 584

def first_seen_date_time
  @first_seen_date_time
end

#from_address::String

Returns the value of attribute from_address.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def from_address
  @from_address
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def image_url
  @image_url
end

#inbox_count::Integer

Returns the value of attribute inbox_count.

Returns:

  • (::Integer)


586
587
588
# File 'sig/types.rbs', line 586

def inbox_count
  @inbox_count
end

#last_seen_date_time::Time

Returns the value of attribute last_seen_date_time.

Returns:

  • (::Time)


585
586
587
# File 'sig/types.rbs', line 585

def last_seen_date_time
  @last_seen_date_time
end

#projected_volume::Integer

Returns the value of attribute projected_volume.

Returns:

  • (::Integer)


591
592
593
# File 'sig/types.rbs', line 591

def projected_volume
  @projected_volume
end

#read_delete_rate::Float

Returns the value of attribute read_delete_rate.

Returns:

  • (::Float)


590
591
592
# File 'sig/types.rbs', line 590

def read_delete_rate
  @read_delete_rate
end

#read_rate::Float

Returns the value of attribute read_rate.

Returns:

  • (::Float)


588
589
590
# File 'sig/types.rbs', line 588

def read_rate
  @read_rate
end

#sending_ips::Array[::String]

Returns the value of attribute sending_ips.

Returns:

  • (::Array[::String])


583
584
585
# File 'sig/types.rbs', line 583

def sending_ips
  @sending_ips
end

#spam_count::Integer

Returns the value of attribute spam_count.

Returns:

  • (::Integer)


587
588
589
# File 'sig/types.rbs', line 587

def spam_count
  @spam_count
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def subject
  @subject
end