Class: Aws::Types::InputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::InputDataConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
237 238 239 |
# File 'sig/types.rbs', line 237 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
238 239 240 |
# File 'sig/types.rbs', line 238 def s3_key @s3_key end |