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)


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

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3243
3244
3245
# File 'sig/types.rbs', line 3243

def message
  @message
end

#target_customer_id::String

Returns the value of attribute target_customer_id.

Returns:

  • (::String)


3244
3245
3246
# File 'sig/types.rbs', line 3244

def target_customer_id
  @target_customer_id
end

#transfer_type"OUTGOING", "INCOMING"

Returns the value of attribute transfer_type.

Returns:

  • ("OUTGOING", "INCOMING")


3245
3246
3247
# File 'sig/types.rbs', line 3245

def transfer_type
  @transfer_type
end