Class: Aws::DataZone::Types::NotificationOutput

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

Overview

The details of a notification generated in Amazon DataZone.

Constant Summary collapse

SENSITIVE =
[:action_link, :message, :title]

Instance Attribute Summary collapse

Instance Attribute Details

The action link included in the notification.

Returns:

  • (String)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#creation_timestampTime

The timestamp of when a notification was created.

Returns:

  • (Time)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#domain_identifierString

The identifier of a Amazon DataZone domain in which the notification exists.

Returns:

  • (String)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#identifierString

The identifier of the notification.

Returns:

  • (String)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#last_updated_timestampTime

The timestamp of when the notification was last updated.

Returns:

  • (Time)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#messageString

The message included in the notification.

Returns:

  • (String)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#metadataHash<String,String>

The metadata included in the notification.

Returns:

  • (Hash<String,String>)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#statusString

The status included in the notification.

Returns:

  • (String)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#titleString

The title of the notification.

Returns:

  • (String)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#topicTypes::Topic

The topic of the notification.

Returns:



8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end

#typeString

The type of the notification.

Returns:

  • (String)


8338
8339
8340
8341
8342
8343
8344
8345
8346
8347
8348
8349
8350
8351
8352
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8338

class NotificationOutput < Struct.new(
  :action_link,
  :creation_timestamp,
  :domain_identifier,
  :identifier,
  :last_updated_timestamp,
  :message,
  :metadata,
  :status,
  :title,
  :topic,
  :type)
  SENSITIVE = [:action_link, :message, :title]
  include Aws::Structure
end