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)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def comment
  @comment
end

#upload_end::Time

Returns the value of attribute upload_end.

Returns:

  • (::Time)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def upload_end
  @upload_end
end

#upload_size::Float

Returns the value of attribute upload_size.

Returns:

  • (::Float)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def upload_size
  @upload_size
end

#upload_start::Time

Returns the value of attribute upload_start.

Returns:

  • (::Time)


1682
1683
1684
# File 'sig/types.rbs', line 1682

def upload_start
  @upload_start
end