Class: Aws::DataExchange::Types::SendDataSetNotificationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Idempotency key for the notification, this key allows us to deduplicate notifications that are sent in quick succession erroneously.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3222

class SendDataSetNotificationRequest < Struct.new(
  :scope,
  :client_token,
  :comment,
  :data_set_id,
  :details,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

Free-form text field for providers to add information about their notifications.

Returns:

  • (String)


3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3222

class SendDataSetNotificationRequest < Struct.new(
  :scope,
  :client_token,
  :comment,
  :data_set_id,
  :details,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

Affected data set of the notification.

Returns:

  • (String)


3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3222

class SendDataSetNotificationRequest < Struct.new(
  :scope,
  :client_token,
  :comment,
  :data_set_id,
  :details,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#detailsTypes::NotificationDetails

Extra details specific to this notification type.



3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3222

class SendDataSetNotificationRequest < Struct.new(
  :scope,
  :client_token,
  :comment,
  :data_set_id,
  :details,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#scopeTypes::ScopeDetails

Affected scope of this notification such as the underlying resources affected by the notification event.

Returns:



3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3222

class SendDataSetNotificationRequest < Struct.new(
  :scope,
  :client_token,
  :comment,
  :data_set_id,
  :details,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the notification. Describing the kind of event the notification is alerting you to.

Returns:

  • (String)


3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3222

class SendDataSetNotificationRequest < Struct.new(
  :scope,
  :client_token,
  :comment,
  :data_set_id,
  :details,
  :type)
  SENSITIVE = []
  include Aws::Structure
end