Class: Aws::Types::TestSetImportInputLocation
- Inherits:
-
Object
- Object
- Aws::Types::TestSetImportInputLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
Instance Attribute Details
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
3383 3384 3385 |
# File 'sig/types.rbs', line 3383 def s3_bucket_name @s3_bucket_name end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
3384 3385 3386 |
# File 'sig/types.rbs', line 3384 def s3_path @s3_path end |