Class: Aws::Types::InputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::InputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
131 132 133 |
# File 'sig/types.rbs', line 131 def content_type @content_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
130 131 132 |
# File 'sig/types.rbs', line 130 def s3_uri @s3_uri end |