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.
776 777 778 |
# File 'sig/types.rbs', line 776 def detail @detail end |
#detail_type ⇒ ::String
Returns the value of attribute detail_type.
775 776 777 |
# File 'sig/types.rbs', line 775 def detail_type @detail_type end |
#event_bus_name ⇒ ::String
Returns the value of attribute event_bus_name.
777 778 779 |
# File 'sig/types.rbs', line 777 def event_bus_name @event_bus_name end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
774 775 776 |
# File 'sig/types.rbs', line 774 def resources @resources end |
#source ⇒ ::String
Returns the value of attribute source.
773 774 775 |
# File 'sig/types.rbs', line 773 def source @source end |
#time ⇒ ::Time
Returns the value of attribute time.
772 773 774 |
# File 'sig/types.rbs', line 772 def time @time end |
#trace_header ⇒ ::String
Returns the value of attribute trace_header.
778 779 780 |
# File 'sig/types.rbs', line 778 def trace_header @trace_header end |