Class: Aws::Types::ClientData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def comment
  @comment
end

#upload_end::Time

Returns the value of attribute upload_end.

Returns:

  • (::Time)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def upload_end
  @upload_end
end

#upload_size::Float

Returns the value of attribute upload_size.

Returns:

  • (::Float)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def upload_size
  @upload_size
end

#upload_start::Time

Returns the value of attribute upload_start.

Returns:

  • (::Time)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def upload_start
  @upload_start
end