Class: Aws::DataZone::Types::NotificationResource

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

Overview

The details of the resource mentioned in a notification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the resource mentioned in a notification.

Returns:

  • (String)


8370
8371
8372
8373
8374
8375
8376
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8370

class NotificationResource < Struct.new(
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource mentioned in a notification.

Returns:

  • (String)


8370
8371
8372
8373
8374
8375
8376
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8370

class NotificationResource < Struct.new(
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the resource mentioned in a notification.

Returns:

  • (String)


8370
8371
8372
8373
8374
8375
8376
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8370

class NotificationResource < Struct.new(
  :id,
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end