Class: Aws::DataZone::Types::ListNotificationsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#after_timestampTime

The time after which you want to list notifications.

Returns:

  • (Time)


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_timestampTime

The time before which you want to list notifications.

Returns:

  • (Time)


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_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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

#subjectsArray<String>

The subjects of notifications.

Returns:

  • (Array<String>)


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_statusString

The task status of notifications.

Returns:

  • (String)


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

#typeString

The type of notifications.

Returns:

  • (String)


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