Class: Aws::Types::PutObjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::IO

Returns the value of attribute body.

Returns:

  • (::IO)


90
91
92
# File 'sig/types.rbs', line 90

def body
  @body
end

#cache_control::String

Returns the value of attribute cache_control.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def cache_control
  @cache_control
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def content_type
  @content_type
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def path
  @path
end

#storage_class"TEMPORAL"

Returns the value of attribute storage_class.

Returns:

  • ("TEMPORAL")


94
95
96
# File 'sig/types.rbs', line 94

def storage_class
  @storage_class
end

#upload_availability"STANDARD", "STREAMING"

Returns the value of attribute upload_availability.

Returns:

  • ("STANDARD", "STREAMING")


95
96
97
# File 'sig/types.rbs', line 95

def upload_availability
  @upload_availability
end