Class: Aws::Types::TransferData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_date::Time

Returns the value of attribute accept_date.

Returns:

  • (::Time)


4982
4983
4984
# File 'sig/types.rbs', line 4982

def accept_date
  @accept_date
end

#reject_date::Time

Returns the value of attribute reject_date.

Returns:

  • (::Time)


4983
4984
4985
# File 'sig/types.rbs', line 4983

def reject_date
  @reject_date
end

#reject_reason::String

Returns the value of attribute reject_reason.

Returns:

  • (::String)


4980
4981
4982
# File 'sig/types.rbs', line 4980

def reject_reason
  @reject_reason
end

#transfer_date::Time

Returns the value of attribute transfer_date.

Returns:

  • (::Time)


4981
4982
4983
# File 'sig/types.rbs', line 4981

def transfer_date
  @transfer_date
end

#transfer_message::String

Returns the value of attribute transfer_message.

Returns:

  • (::String)


4979
4980
4981
# File 'sig/types.rbs', line 4979

def transfer_message
  @transfer_message
end