Class: Aws::AppIntegrationsService::Types::Subscription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appintegrationsservice/types.rb

Overview

The configuration of an event that the application subscribes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the subscription.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1362

class Subscription < Struct.new(
  :event,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#eventString

The name of the subscription.

Returns:

  • (String)


1362
1363
1364
1365
1366
1367
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1362

class Subscription < Struct.new(
  :event,
  :description)
  SENSITIVE = []
  include Aws::Structure
end