Class: Aws::Types::ListNotificationsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListNotificationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_timestamp ⇒ ::Time
Returns the value of attribute after_timestamp.
-
#before_timestamp ⇒ ::Time
Returns the value of attribute before_timestamp.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#subjects ⇒ ::Array[::String]
Returns the value of attribute subjects.
-
#task_status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute task_status.
-
#type ⇒ "TASK", "EVENT"
Returns the value of attribute type.
Instance Attribute Details
#after_timestamp ⇒ ::Time
Returns the value of attribute after_timestamp.
4201 4202 4203 |
# File 'sig/types.rbs', line 4201 def @after_timestamp end |
#before_timestamp ⇒ ::Time
Returns the value of attribute before_timestamp.
4202 4203 4204 |
# File 'sig/types.rbs', line 4202 def @before_timestamp end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4199 4200 4201 |
# File 'sig/types.rbs', line 4199 def domain_identifier @domain_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4205 4206 4207 |
# File 'sig/types.rbs', line 4205 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4206 4207 4208 |
# File 'sig/types.rbs', line 4206 def next_token @next_token end |
#subjects ⇒ ::Array[::String]
Returns the value of attribute subjects.
4203 4204 4205 |
# File 'sig/types.rbs', line 4203 def subjects @subjects end |
#task_status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute task_status.
4204 4205 4206 |
# File 'sig/types.rbs', line 4204 def task_status @task_status end |
#type ⇒ "TASK", "EVENT"
Returns the value of attribute type.
4200 4201 4202 |
# File 'sig/types.rbs', line 4200 def type @type end |