Class: Aws::DataZone::Types::ListNotificationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListNotificationsInput
- Includes:
- Structure
- Defined in:
- 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 ‘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`.
-
#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.
10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 |
# File 'lib/aws-sdk-datazone/types.rb', line 10529 class ListNotificationsInput < Struct.new( :after_timestamp, :before_timestamp, :domain_identifier, :max_results, :next_token, :subjects, :task_status, :type) SENSITIVE = [] include Aws::Structure end |
#before_timestamp ⇒ Time
The time before which you want to list notifications.
10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 |
# File 'lib/aws-sdk-datazone/types.rb', line 10529 class ListNotificationsInput < Struct.new( :after_timestamp, :before_timestamp, :domain_identifier, :max_results, :next_token, :subjects, :task_status, :type) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 |
# File 'lib/aws-sdk-datazone/types.rb', line 10529 class ListNotificationsInput < Struct.new( :after_timestamp, :before_timestamp, :domain_identifier, :max_results, :next_token, :subjects, :task_status, :type) 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.
10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 |
# File 'lib/aws-sdk-datazone/types.rb', line 10529 class ListNotificationsInput < Struct.new( :after_timestamp, :before_timestamp, :domain_identifier, :max_results, :next_token, :subjects, :task_status, :type) 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.
10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 |
# File 'lib/aws-sdk-datazone/types.rb', line 10529 class ListNotificationsInput < Struct.new( :after_timestamp, :before_timestamp, :domain_identifier, :max_results, :next_token, :subjects, :task_status, :type) SENSITIVE = [] include Aws::Structure end |
#subjects ⇒ Array<String>
The subjects of notifications.
10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 |
# File 'lib/aws-sdk-datazone/types.rb', line 10529 class ListNotificationsInput < Struct.new( :after_timestamp, :before_timestamp, :domain_identifier, :max_results, :next_token, :subjects, :task_status, :type) SENSITIVE = [] include Aws::Structure end |
#task_status ⇒ String
The task status of notifications.
10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 |
# File 'lib/aws-sdk-datazone/types.rb', line 10529 class ListNotificationsInput < Struct.new( :after_timestamp, :before_timestamp, :domain_identifier, :max_results, :next_token, :subjects, :task_status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of notifications.
10529 10530 10531 10532 10533 10534 10535 10536 10537 10538 10539 10540 |
# File 'lib/aws-sdk-datazone/types.rb', line 10529 class ListNotificationsInput < Struct.new( :after_timestamp, :before_timestamp, :domain_identifier, :max_results, :next_token, :subjects, :task_status, :type) SENSITIVE = [] include Aws::Structure end |