Class: Aws::Types::MessageInsightsDataSource
- Inherits:
-
Object
- Object
- Aws::Types::MessageInsightsDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#exclude ⇒ Types::MessageInsightsFilters
Returns the value of attribute exclude.
-
#include ⇒ Types::MessageInsightsFilters
Returns the value of attribute include.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
Instance Attribute Details
#end_date ⇒ ::Time
Returns the value of attribute end_date.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def end_date @end_date end |
#exclude ⇒ Types::MessageInsightsFilters
Returns the value of attribute exclude.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def exclude @exclude end |
#include ⇒ Types::MessageInsightsFilters
Returns the value of attribute include.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def include @include end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def start_date @start_date end |