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)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7458

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)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7458

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)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7458

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)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7458

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)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7458

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


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7458

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)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7458

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)


7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7458

class ListNotificationsInput < Struct.new(
  :after_timestamp,
  :before_timestamp,
  :domain_identifier,
  :max_results,
  :next_token,
  :subjects,
  :task_status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end