Class: Aws::Types::MessageInsightsDataSource

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:



1443
1444
1445
# File 'sig/types.rbs', line 1443

def end_date
  @end_date
end

#excludeTypes::MessageInsightsFilters

Returns the value of attribute exclude.

Returns:



1445
1446
1447
# File 'sig/types.rbs', line 1445

def exclude
  @exclude
end

#includeTypes::MessageInsightsFilters

Returns the value of attribute include.

Returns:



1444
1445
1446
# File 'sig/types.rbs', line 1444

def include
  @include
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1446
1447
1448
# File 'sig/types.rbs', line 1446

def max_results
  @max_results
end

#start_date::Time

Returns the value of attribute start_date.

Returns:



1442
1443
1444
# File 'sig/types.rbs', line 1442

def start_date
  @start_date
end