Class: Aws::Types::PutEventsRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutEventsRequestEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detail ⇒ ::String
Returns the value of attribute detail.
-
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
-
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#time ⇒ ::Time
Returns the value of attribute time.
-
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
Instance Attribute Details
#detail ⇒ ::String
Returns the value of attribute detail.
936 937 938 |
# File 'sig/types.rbs', line 936 def detail @detail end |
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
935 936 937 |
# File 'sig/types.rbs', line 935 def detail_type @detail_type end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
937 938 939 |
# File 'sig/types.rbs', line 937 def event_bus_name @event_bus_name end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
934 935 936 |
# File 'sig/types.rbs', line 934 def resources @resources end |
#source ⇒ ::String
Returns the value of attribute source.
933 934 935 |
# File 'sig/types.rbs', line 933 def source @source end |
#time ⇒ ::Time
Returns the value of attribute time.
932 933 934 |
# File 'sig/types.rbs', line 932 def time @time end |
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
938 939 940 |
# File 'sig/types.rbs', line 938 def trace_header @trace_header end |