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.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def end_date @end_date end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def next_token @next_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def page_size @page_size end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def start_date @start_date end |
#subscribed_domain ⇒ ::String
Returns the value of attribute subscribed_domain.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def subscribed_domain @subscribed_domain end |