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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def subscribed_domain
  @subscribed_domain
end