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
MaxResults
parameter, or if you explicitly specify a value forMaxResults
that 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.
12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12764 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.
12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12764 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.
12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12764 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.
12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12764 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.
12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12764 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.
12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12764 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.
12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12764 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.
12764 12765 12766 12767 12768 12769 12770 12771 12772 12773 12774 12775 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12764 class ListNotificationsInput < Struct.new( :after_timestamp, :before_timestamp, :domain_identifier, :max_results, :next_token, :subjects, :task_status, :type) SENSITIVE = [] include Aws::Structure end |