Class: Aws::CloudWatchEvents::Types::PutPartnerEventsRequestEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::PutPartnerEventsRequestEntry
- 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
-
#detail ⇒ String
A valid JSON string.
-
#detail_type ⇒ String
A free-form string used to decide what fields to expect in the event detail.
-
#resources ⇒ Array<String>
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.
-
#source ⇒ String
The event source that is generating the entry.
-
#time ⇒ Time
The date and time of the event.
Instance Attribute Details
#detail ⇒ String
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested subobjects.
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_type ⇒ String
A free-form string used to decide what fields to expect in the event detail.
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 |
#resources ⇒ Array<String>
Amazon Web Services resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.
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 |
#source ⇒ String
The event source that is generating the entry.
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 |
#time ⇒ Time
The date and time of the event.
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 |