Class: Aws::Types::InlineAgentPayloadPart
- Inherits:
-
Object
- Object
- Aws::Types::InlineAgentPayloadPart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribution ⇒ Types::Attribution
Returns the value of attribute attribution.
-
#bytes ⇒ ::String
Returns the value of attribute bytes.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#attribution ⇒ Types::Attribution
Returns the value of attribute attribution.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def attribution @attribution end |
#bytes ⇒ ::String
Returns the value of attribute bytes.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def bytes @bytes end |
#event_type ⇒ Object
Returns the value of attribute event_type.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def event_type @event_type end |