Class: Aws::Types::EventsBatch
- Inherits:
-
Object
- Object
- Aws::Types::EventsBatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::PublicEndpoint
Returns the value of attribute endpoint.
-
#events ⇒ ::Hash[::String, Types::Event]
Returns the value of attribute events.
Instance Attribute Details
#endpoint ⇒ Types::PublicEndpoint
Returns the value of attribute endpoint.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def endpoint @endpoint end |
#events ⇒ ::Hash[::String, Types::Event]
Returns the value of attribute events.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def events @events end |