Class: Aws::DataZone::Types::ListNotificationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListNotificationsInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_timestamp ⇒ Time
The time after which you want to list notifications.
-
#before_timestamp ⇒ Time
The time before which you want to list notifications.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
-
#max_results ⇒ Integer
The maximum number of notifications to return in a single call to
ListNotifications. -
#next_token ⇒ String
When the number of notifications is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notifications, the response includes a pagination token namedNextToken. -
#subjects ⇒ Array<String>
The subjects of notifications.
-
#task_status ⇒ String
The task status of notifications.
-
#type ⇒ String
The type of notifications.
Instance Attribute Details
#after_timestamp ⇒ Time
The time after which you want to list notifications.
14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14432 class ListNotificationsInput < Struct.new( :domain_identifier, :type, :after_timestamp, :before_timestamp, :subjects, :task_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#before_timestamp ⇒ Time
The time before which you want to list notifications.
14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14432 class ListNotificationsInput < Struct.new( :domain_identifier, :type, :after_timestamp, :before_timestamp, :subjects, :task_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14432 class ListNotificationsInput < Struct.new( :domain_identifier, :type, :after_timestamp, :before_timestamp, :subjects, :task_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of notifications to return in a single call to
ListNotifications. When the number of notifications to be listed
is greater than the value of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to
ListNotifications to list the next set of notifications.
14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14432 class ListNotificationsInput < Struct.new( :domain_identifier, :type, :after_timestamp, :before_timestamp, :subjects, :task_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of notifications is greater than the default value
for the MaxResults parameter, or if you explicitly specify a value
for MaxResults that is less than the number of notifications, the
response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to
ListNotifications to list the next set of notifications.
14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14432 class ListNotificationsInput < Struct.new( :domain_identifier, :type, :after_timestamp, :before_timestamp, :subjects, :task_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#subjects ⇒ Array<String>
The subjects of notifications.
14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14432 class ListNotificationsInput < Struct.new( :domain_identifier, :type, :after_timestamp, :before_timestamp, :subjects, :task_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#task_status ⇒ String
The task status of notifications.
14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14432 class ListNotificationsInput < Struct.new( :domain_identifier, :type, :after_timestamp, :before_timestamp, :subjects, :task_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of notifications.
14432 14433 14434 14435 14436 14437 14438 14439 14440 14441 14442 14443 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14432 class ListNotificationsInput < Struct.new( :domain_identifier, :type, :after_timestamp, :before_timestamp, :subjects, :task_status, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |