Class: Aws::Types::ByteContentDoc
- Inherits:
-
Object
- Object
- Aws::Types::ByteContentDoc
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
401 402 403 |
# File 'sig/types.rbs', line 401 def content_type @content_type end |
#data ⇒ ::String
Returns the value of attribute data.
402 403 404 |
# File 'sig/types.rbs', line 402 def data @data end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
403 404 405 |
# File 'sig/types.rbs', line 403 def identifier @identifier end |