Class: Aws::Types::SampleResponse
- Inherits:
-
Object
- Object
- Aws::Types::SampleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
51 52 53 |
# File 'sig/types.rbs', line 51 def body @body end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
50 51 52 |
# File 'sig/types.rbs', line 50 def content_type @content_type end |