Class: Aws::Types::UpdateUploadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



1505
1506
1507
# File 'sig/types.rbs', line 1505

def arn
  @arn
end

#content_type::String

Returns the value of attribute content_type.

Returns:



1507
1508
1509
# File 'sig/types.rbs', line 1507

def content_type
  @content_type
end

#edit_contentBoolean

Returns the value of attribute edit_content.

Returns:



1508
1509
1510
# File 'sig/types.rbs', line 1508

def edit_content
  @edit_content
end

#name::String

Returns the value of attribute name.

Returns:



1506
1507
1508
# File 'sig/types.rbs', line 1506

def name
  @name
end