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:



479
480
481
# File 'sig/types.rbs', line 479

def asset_information_list
  @asset_information_list
end

#catalog_item_id::String

Returns the value of attribute catalog_item_id.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def catalog_item_id
  @catalog_item_id
end

#line_item_id::String

Returns the value of attribute line_item_id.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def line_item_id
  @line_item_id
end

#previous_line_item_id::String

Returns the value of attribute previous_line_item_id.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def previous_line_item_id
  @previous_line_item_id
end

#previous_order_id::String

Returns the value of attribute previous_order_id.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def previous_order_id
  @previous_order_id
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


476
477
478
# File 'sig/types.rbs', line 476

def quantity
  @quantity
end

#shipment_informationTypes::ShipmentInformation

Returns the value of attribute shipment_information.



478
479
480
# File 'sig/types.rbs', line 478

def shipment_information
  @shipment_information
end

#status"PREPARING", ...

Returns the value of attribute status.

Returns:

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


477
478
479
# File 'sig/types.rbs', line 477

def status
  @status
end