Class: Aws::Types::SdkResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def body
  @body
end

#content_disposition::String

Returns the value of attribute content_disposition.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def content_disposition
  @content_disposition
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def content_type
  @content_type
end