Class: Aws::Types::FileInformation
- Inherits:
-
Object
- Object
- Aws::Types::FileInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
-
#part_size ⇒ ::Integer
Returns the value of attribute part_size.
-
#s3_access ⇒ Types::ReadSetS3Access
Returns the value of attribute s3_access.
-
#total_parts ⇒ ::Integer
Returns the value of attribute total_parts.
Instance Attribute Details
#content_length ⇒ ::Integer
Returns the value of attribute content_length.
707 708 709 |
# File 'sig/types.rbs', line 707 def content_length @content_length end |
#part_size ⇒ ::Integer
Returns the value of attribute part_size.
706 707 708 |
# File 'sig/types.rbs', line 706 def part_size @part_size end |
#s3_access ⇒ Types::ReadSetS3Access
Returns the value of attribute s3_access.
708 709 710 |
# File 'sig/types.rbs', line 708 def s3_access @s3_access end |
#total_parts ⇒ ::Integer
Returns the value of attribute total_parts.
705 706 707 |
# File 'sig/types.rbs', line 705 def total_parts @total_parts end |