Class: Aws::Types::ListDomainDeliverabilityCampaignsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def subscribed_domain
  @subscribed_domain
end