Class: Aws::Types::PayloadPart
- Inherits:
-
Object
- Object
- Aws::Types::PayloadPart
- 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.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def attribution @attribution end |
#bytes ⇒ ::String
Returns the value of attribute bytes.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def bytes @bytes end |
#event_type ⇒ Object
Returns the value of attribute event_type.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def event_type @event_type end |