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)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def comment
  @comment
end

#upload_end::Time

Returns the value of attribute upload_end.

Returns:

  • (::Time)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def upload_end
  @upload_end
end

#upload_size::Float

Returns the value of attribute upload_size.

Returns:

  • (::Float)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def upload_size
  @upload_size
end

#upload_start::Time

Returns the value of attribute upload_start.

Returns:

  • (::Time)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def upload_start
  @upload_start
end