Class: Aws::Types::QuoteSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#existing_rack_specification_detailsTypes::RackSpecificationDetails

Returns the value of attribute existing_rack_specification_details.



733
734
735
# File 'sig/types.rbs', line 733

def existing_rack_specification_details
  @existing_rack_specification_details
end

#final_rack_specification_detailsTypes::RackSpecificationDetails

Returns the value of attribute final_rack_specification_details.



734
735
736
# File 'sig/types.rbs', line 734

def final_rack_specification_details
  @final_rack_specification_details
end

#quote_specification_type"UPDATED_RACK", ...

Returns the value of attribute quote_specification_type.

Returns:

  • ("UPDATED_RACK", "NEW_RACK", "EXISTING_RACK", "SERVER")


732
733
734
# File 'sig/types.rbs', line 732

def quote_specification_type
  @quote_specification_type
end

#server_specification_detailsTypes::ServerSpecificationDetails

Returns the value of attribute server_specification_details.



735
736
737
# File 'sig/types.rbs', line 735

def server_specification_details
  @server_specification_details
end