Class: Aws::AppIntegrationsService::Types::Publication

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The description of the publication.

Returns:

  • (String)


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

#eventString

The name of the publication.

Returns:

  • (String)


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

#schemaString

The JSON schema of the publication event.

Returns:

  • (String)


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