Class: Aws::Types::StreamFile
- Inherits:
-
Object
- Object
- Aws::Types::StreamFile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_id ⇒ ::Integer
Returns the value of attribute file_id.
-
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
Instance Attribute Details
#file_id ⇒ ::Integer
Returns the value of attribute file_id.
4643 4644 4645 |
# File 'sig/types.rbs', line 4643 def file_id @file_id end |
#s3_location ⇒ Types::S3Location
Returns the value of attribute s3_location.
4644 4645 4646 |
# File 'sig/types.rbs', line 4644 def s3_location @s3_location end |