Class: Aws::Types::PutEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
-
#entries ⇒ ::Array[Types::PutEventsRequestEntry]
Returns the value of attribute entries.
Instance Attribute Details
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
927 928 929 |
# File 'sig/types.rbs', line 927 def endpoint_id @endpoint_id end |
#entries ⇒ ::Array[Types::PutEventsRequestEntry]
Returns the value of attribute entries.
926 927 928 |
# File 'sig/types.rbs', line 926 def entries @entries end |