Class: Aws::Types::GetJobOutputOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetJobOutputOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_ranges ⇒ ::String
Returns the value of attribute accept_ranges.
-
#archive_description ⇒ ::String
Returns the value of attribute archive_description.
-
#body ⇒ ::IO
Returns the value of attribute body.
-
#checksum ⇒ ::String
Returns the value of attribute checksum.
-
#content_range ⇒ ::String
Returns the value of attribute content_range.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#accept_ranges ⇒ ::String
Returns the value of attribute accept_ranges.
173 174 175 |
# File 'sig/types.rbs', line 173 def accept_ranges @accept_ranges end |
#archive_description ⇒ ::String
Returns the value of attribute archive_description.
175 176 177 |
# File 'sig/types.rbs', line 175 def archive_description @archive_description end |
#body ⇒ ::IO
Returns the value of attribute body.
169 170 171 |
# File 'sig/types.rbs', line 169 def body @body end |
#checksum ⇒ ::String
Returns the value of attribute checksum.
170 171 172 |
# File 'sig/types.rbs', line 170 def checksum @checksum end |
#content_range ⇒ ::String
Returns the value of attribute content_range.
172 173 174 |
# File 'sig/types.rbs', line 172 def content_range @content_range end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
174 175 176 |
# File 'sig/types.rbs', line 174 def content_type @content_type end |
#status ⇒ ::Integer
Returns the value of attribute status.
171 172 173 |
# File 'sig/types.rbs', line 171 def status @status end |