Class: Aws::CloudWatchEvents::Types::PutPartnerEventsRequestEntry

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

Overview

The details about an event generated by an SaaS partner.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailString

A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
3029
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3021

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#detail_typeString

A free-form string used to decide what fields to expect in the event detail.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
3029
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3021

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<String>

Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.

Returns:

  • (Array<String>)


3021
3022
3023
3024
3025
3026
3027
3028
3029
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3021

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The event source that is generating the entry.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
3027
3028
3029
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3021

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#timeTime

The date and time of the event.

Returns:

  • (Time)


3021
3022
3023
3024
3025
3026
3027
3028
3029
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3021

class PutPartnerEventsRequestEntry < Struct.new(
  :time,
  :source,
  :resources,
  :detail_type,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end