Class: Aws::Types::ListDomainDeliverabilityCampaignsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainDeliverabilityCampaignsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#subscribed_domain ⇒ ::String
Returns the value of attribute subscribed_domain.
Instance Attribute Details
#end_date ⇒ ::Time
Returns the value of attribute end_date.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def end_date @end_date end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def next_token @next_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def page_size @page_size end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def start_date @start_date end |
#subscribed_domain ⇒ ::String
Returns the value of attribute subscribed_domain.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def subscribed_domain @subscribed_domain end |