Class: Aws::AppIntegrationsService::Types::Publication
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::Publication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
The configuration of an event that the application publishes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the publication.
-
#event ⇒ String
The name of the publication.
-
#schema ⇒ String
The JSON schema of the publication event.
Instance Attribute Details
#description ⇒ String
The description of the publication.
1290 1291 1292 1293 1294 1295 1296 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1290 class Publication < Struct.new( :event, :schema, :description) SENSITIVE = [] include Aws::Structure end |
#event ⇒ String
The name of the publication.
1290 1291 1292 1293 1294 1295 1296 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1290 class Publication < Struct.new( :event, :schema, :description) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
The JSON schema of the publication event.
1290 1291 1292 1293 1294 1295 1296 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 1290 class Publication < Struct.new( :event, :schema, :description) SENSITIVE = [] include Aws::Structure end |