Class: Aws::Types::ManifestPayload
- Inherits:
-
Object
- Object
- Aws::Types::ManifestPayload
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: PayloadData, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload_data ⇒ ::String
Returns the value of attribute payload_data.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#payload_data ⇒ ::String
Returns the value of attribute payload_data.
560 561 562 |
# File 'sig/types.rbs', line 560 def payload_data @payload_data end |
#unknown ⇒ Object
Returns the value of attribute unknown.
561 562 563 |
# File 'sig/types.rbs', line 561 def unknown @unknown end |