Class: Aws::Types::LineItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_information_list::Array[Types::LineItemAssetInformation]

Returns the value of attribute asset_information_list.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def asset_information_list
  @asset_information_list
end

#catalog_item_id::String

Returns the value of attribute catalog_item_id.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def catalog_item_id
  @catalog_item_id
end

#line_item_id::String

Returns the value of attribute line_item_id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def line_item_id
  @line_item_id
end

#previous_line_item_id::String

Returns the value of attribute previous_line_item_id.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def previous_line_item_id
  @previous_line_item_id
end

#previous_order_id::String

Returns the value of attribute previous_order_id.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def previous_order_id
  @previous_order_id
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


454
455
456
# File 'sig/types.rbs', line 454

def quantity
  @quantity
end

#shipment_informationTypes::ShipmentInformation

Returns the value of attribute shipment_information.



456
457
458
# File 'sig/types.rbs', line 456

def shipment_information
  @shipment_information
end

#status"PREPARING", ...

Returns the value of attribute status.

Returns:

  • ("PREPARING", "BUILDING", "SHIPPED", "DELIVERED", "INSTALLING", "INSTALLED", "ERROR", "CANCELLED", "REPLACED")


455
456
457
# File 'sig/types.rbs', line 455

def status
  @status
end