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)


1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1457

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

#eventString

The name of the subscription.

Returns:

  • (String)


1457
1458
1459
1460
1461
1462
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1457

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