Class: Aws::Types::File
- Inherits:
-
Object
- Object
- Aws::Types::File
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#file_format ⇒ Types::FileFormat
Returns the value of attribute file_format.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#start_time ⇒ Types::TimeInNanos
Returns the value of attribute start_time.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def alias @alias end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def bucket @bucket end |
#file_format ⇒ Types::FileFormat
Returns the value of attribute file_format.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def file_format @file_format end |
#key ⇒ ::String
Returns the value of attribute key.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def key @key end |
#start_time ⇒ Types::TimeInNanos
Returns the value of attribute start_time.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def start_time @start_time end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def version_id @version_id end |