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:

  • (::String)


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

def arn
  @arn
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


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

def content_type
  @content_type
end

#edit_contentBoolean

Returns the value of attribute edit_content.

Returns:

  • (Boolean)


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

def edit_content
  @edit_content
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end