Class: Aws::Types::ListDomainDeliverabilityCampaignsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainDeliverabilityCampaignsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_deliverability_campaigns ⇒ ::Array[Types::DomainDeliverabilityCampaign]
Returns the value of attribute domain_deliverability_campaigns.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#domain_deliverability_campaigns ⇒ ::Array[Types::DomainDeliverabilityCampaign]
Returns the value of attribute domain_deliverability_campaigns.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def domain_deliverability_campaigns @domain_deliverability_campaigns end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def next_token @next_token end |