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)


556
557
558
# File 'sig/types.rbs', line 556

def campaign_id
  @campaign_id
end

#delete_rate::Float

Returns the value of attribute delete_rate.

Returns:

  • (::Float)


566
567
568
# File 'sig/types.rbs', line 566

def delete_rate
  @delete_rate
end

#esps::Array[::String]

Returns the value of attribute esps.

Returns:

  • (::Array[::String])


569
570
571
# File 'sig/types.rbs', line 569

def esps
  @esps
end

#first_seen_date_time::Time

Returns the value of attribute first_seen_date_time.

Returns:

  • (::Time)


561
562
563
# File 'sig/types.rbs', line 561

def first_seen_date_time
  @first_seen_date_time
end

#from_address::String

Returns the value of attribute from_address.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def from_address
  @from_address
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def image_url
  @image_url
end

#inbox_count::Integer

Returns the value of attribute inbox_count.

Returns:

  • (::Integer)


563
564
565
# File 'sig/types.rbs', line 563

def inbox_count
  @inbox_count
end

#last_seen_date_time::Time

Returns the value of attribute last_seen_date_time.

Returns:

  • (::Time)


562
563
564
# File 'sig/types.rbs', line 562

def last_seen_date_time
  @last_seen_date_time
end

#projected_volume::Integer

Returns the value of attribute projected_volume.

Returns:

  • (::Integer)


568
569
570
# File 'sig/types.rbs', line 568

def projected_volume
  @projected_volume
end

#read_delete_rate::Float

Returns the value of attribute read_delete_rate.

Returns:

  • (::Float)


567
568
569
# File 'sig/types.rbs', line 567

def read_delete_rate
  @read_delete_rate
end

#read_rate::Float

Returns the value of attribute read_rate.

Returns:

  • (::Float)


565
566
567
# File 'sig/types.rbs', line 565

def read_rate
  @read_rate
end

#sending_ips::Array[::String]

Returns the value of attribute sending_ips.

Returns:

  • (::Array[::String])


560
561
562
# File 'sig/types.rbs', line 560

def sending_ips
  @sending_ips
end

#spam_count::Integer

Returns the value of attribute spam_count.

Returns:

  • (::Integer)


564
565
566
# File 'sig/types.rbs', line 564

def spam_count
  @spam_count
end

#subject::String

Returns the value of attribute subject.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def subject
  @subject
end