Class: Aws::AppIntegrationsService::Types::Subscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::Subscription
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
The configuration of an event that the application subscribes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the subscription.
-
#event ⇒ String
The name of the subscription.
Instance Attribute Details
#description ⇒ String
The description of the subscription.
1457 1458 1459 1460 1461 1462 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1457 class Subscription < Struct.new( :event, :description) SENSITIVE = [] include Aws::Structure end |
#event ⇒ String
The name of the subscription.
1457 1458 1459 1460 1461 1462 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1457 class Subscription < Struct.new( :event, :description) SENSITIVE = [] include Aws::Structure end |