Class: Aws::Types::DomainDeliverabilityCampaign
- Inherits:
-
Object
- Object
- Aws::Types::DomainDeliverabilityCampaign
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
-
#delete_rate ⇒ ::Float
Returns the value of attribute delete_rate.
-
#esps ⇒ ::Array[::String]
Returns the value of attribute esps.
-
#first_seen_date_time ⇒ ::Time
Returns the value of attribute first_seen_date_time.
-
#from_address ⇒ ::String
Returns the value of attribute from_address.
-
#image_url ⇒ ::String
Returns the value of attribute image_url.
-
#inbox_count ⇒ ::Integer
Returns the value of attribute inbox_count.
-
#last_seen_date_time ⇒ ::Time
Returns the value of attribute last_seen_date_time.
-
#projected_volume ⇒ ::Integer
Returns the value of attribute projected_volume.
-
#read_delete_rate ⇒ ::Float
Returns the value of attribute read_delete_rate.
-
#read_rate ⇒ ::Float
Returns the value of attribute read_rate.
-
#sending_ips ⇒ ::Array[::String]
Returns the value of attribute sending_ips.
-
#spam_count ⇒ ::Integer
Returns the value of attribute spam_count.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
192 193 194 |
# File 'sig/types.rbs', line 192 def campaign_id @campaign_id end |
#delete_rate ⇒ ::Float
Returns the value of attribute delete_rate.
202 203 204 |
# File 'sig/types.rbs', line 202 def delete_rate @delete_rate end |
#esps ⇒ ::Array[::String]
Returns the value of attribute esps.
205 206 207 |
# File 'sig/types.rbs', line 205 def esps @esps end |
#first_seen_date_time ⇒ ::Time
Returns the value of attribute first_seen_date_time.
197 198 199 |
# File 'sig/types.rbs', line 197 def first_seen_date_time @first_seen_date_time end |
#from_address ⇒ ::String
Returns the value of attribute from_address.
195 196 197 |
# File 'sig/types.rbs', line 195 def from_address @from_address end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
193 194 195 |
# File 'sig/types.rbs', line 193 def image_url @image_url end |
#inbox_count ⇒ ::Integer
Returns the value of attribute inbox_count.
199 200 201 |
# File 'sig/types.rbs', line 199 def inbox_count @inbox_count end |
#last_seen_date_time ⇒ ::Time
Returns the value of attribute last_seen_date_time.
198 199 200 |
# File 'sig/types.rbs', line 198 def last_seen_date_time @last_seen_date_time end |
#projected_volume ⇒ ::Integer
Returns the value of attribute projected_volume.
204 205 206 |
# File 'sig/types.rbs', line 204 def projected_volume @projected_volume end |
#read_delete_rate ⇒ ::Float
Returns the value of attribute read_delete_rate.
203 204 205 |
# File 'sig/types.rbs', line 203 def read_delete_rate @read_delete_rate end |
#read_rate ⇒ ::Float
Returns the value of attribute read_rate.
201 202 203 |
# File 'sig/types.rbs', line 201 def read_rate @read_rate end |
#sending_ips ⇒ ::Array[::String]
Returns the value of attribute sending_ips.
196 197 198 |
# File 'sig/types.rbs', line 196 def sending_ips @sending_ips end |
#spam_count ⇒ ::Integer
Returns the value of attribute spam_count.
200 201 202 |
# File 'sig/types.rbs', line 200 def spam_count @spam_count end |
#subject ⇒ ::String
Returns the value of attribute subject.
194 195 196 |
# File 'sig/types.rbs', line 194 def subject @subject end |