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.



763
764
765
# File 'sig/types.rbs', line 763

def existing_rack_specification_details
  @existing_rack_specification_details
end

#final_rack_specification_detailsTypes::RackSpecificationDetails

Returns the value of attribute final_rack_specification_details.



764
765
766
# File 'sig/types.rbs', line 764

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")


762
763
764
# File 'sig/types.rbs', line 762

def quote_specification_type
  @quote_specification_type
end

#server_specification_detailsTypes::ServerSpecificationDetails

Returns the value of attribute server_specification_details.



765
766
767
# File 'sig/types.rbs', line 765

def server_specification_details
  @server_specification_details
end