Class: Aws::Types::TransferringInputDeviceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3238
3239
3240
# File 'sig/types.rbs', line 3238

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3239
3240
3241
# File 'sig/types.rbs', line 3239

def message
  @message
end

#target_customer_id::String

Returns the value of attribute target_customer_id.

Returns:

  • (::String)


3240
3241
3242
# File 'sig/types.rbs', line 3240

def target_customer_id
  @target_customer_id
end

#transfer_type"OUTGOING", "INCOMING"

Returns the value of attribute transfer_type.

Returns:

  • ("OUTGOING", "INCOMING")


3241
3242
3243
# File 'sig/types.rbs', line 3241

def transfer_type
  @transfer_type
end