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_details ⇒ Types::RackSpecificationDetails

Returns the value of attribute existing_rack_specification_details.



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

def existing_rack_specification_details
  @existing_rack_specification_details
end

#final_rack_specification_details ⇒ Types::RackSpecificationDetails

Returns the value of attribute final_rack_specification_details.



767
768
769
# File 'sig/types.rbs', line 767

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


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

def quote_specification_type
  @quote_specification_type
end

#server_specification_details ⇒ Types::ServerSpecificationDetails

Returns the value of attribute server_specification_details.



768
769
770
# File 'sig/types.rbs', line 768

def server_specification_details
  @server_specification_details
end