Class: Aws::Types::GetWorkingLocationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkingLocationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
391 392 393 |
# File 'sig/types.rbs', line 391 def s3_bucket @s3_bucket end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
390 391 392 |
# File 'sig/types.rbs', line 390 def s3_path @s3_path end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
389 390 391 |
# File 'sig/types.rbs', line 389 def s3_uri @s3_uri end |