Class: Aws::Types::FileLocation
- Inherits:
-
Object
- Object
- Aws::Types::FileLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
-
#stream ⇒ Types::Stream
Returns the value of attribute stream.
Instance Attribute Details
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def s3_location @s3_location end |
#stream ⇒ Types::Stream
Returns the value of attribute stream.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def stream @stream end |