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.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def alias @alias end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def bucket @bucket end |
#file_format ⇒ Types::FileFormat
Returns the value of attribute file_format.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def file_format @file_format end |
#key ⇒ ::String
Returns the value of attribute key.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def key @key end |
#start_time ⇒ Types::TimeInNanos
Returns the value of attribute start_time.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def start_time @start_time end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def version_id @version_id end |