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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


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_timestampTime

The time before which you want to list notifications.

Returns:

  • (Time)


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_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


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_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)


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_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)


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

#subjectsArray<String>

The subjects of notifications.

Returns:

  • (Array<String>)


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_statusString

The task status of notifications.

Returns:

  • (String)


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

#typeString

The type of notifications.

Returns:

  • (String)


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