Class: Aws::Types::ModelEndpointDataBlob
- Inherits:
-
Object
- Object
- Aws::Types::ModelEndpointDataBlob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#byte_buffer ⇒ ::String
Returns the value of attribute byte_buffer.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#byte_buffer ⇒ ::String
Returns the value of attribute byte_buffer.
997 998 999 |
# File 'sig/types.rbs', line 997 def byte_buffer @byte_buffer end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
998 999 1000 |
# File 'sig/types.rbs', line 998 def content_type @content_type end |