Class: Aws::Types::GetJobOutputOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#accept_ranges::String

Returns the value of attribute accept_ranges.

Returns:



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.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def archive_description
  @archive_description
end

#body::IO

Returns the value of attribute body.

Returns:



169
170
171
# File 'sig/types.rbs', line 169

def body
  @body
end

#checksum::String

Returns the value of attribute checksum.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def checksum
  @checksum
end

#content_range::String

Returns the value of attribute content_range.

Returns:



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.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def content_type
  @content_type
end

#status::Integer

Returns the value of attribute status.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def status
  @status
end