Class: Aws::Types::Quote

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def 
  @account_id
end

#country_code::String

Returns the value of attribute country_code.

Returns:

  • (::String)


725
726
727
# File 'sig/types.rbs', line 725

def country_code
  @country_code
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


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

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


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

def expiration_date
  @expiration_date
end

#ordering_requirements::Array[Types::OrderingRequirement]

Returns the value of attribute ordering_requirements.

Returns:



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

def ordering_requirements
  @ordering_requirements
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def outpost_arn
  @outpost_arn
end

#quote_id::String

Returns the value of attribute quote_id.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def quote_id
  @quote_id
end

#quote_options::Array[Types::QuoteOption]

Returns the value of attribute quote_options.

Returns:



730
731
732
# File 'sig/types.rbs', line 730

def quote_options
  @quote_options
end

#quote_status"CREATED", ...

Returns the value of attribute quote_status.

Returns:

  • ("CREATED", "ORDER_SUBMITTED", "EXPIRED")


722
723
724
# File 'sig/types.rbs', line 722

def quote_status
  @quote_status
end

#requested_capacities::Array[Types::QuoteCapacity]

Returns the value of attribute requested_capacities.

Returns:



726
727
728
# File 'sig/types.rbs', line 726

def requested_capacities
  @requested_capacities
end

#requested_constraints::Array[Types::QuoteConstraint]

Returns the value of attribute requested_constraints.

Returns:



727
728
729
# File 'sig/types.rbs', line 727

def requested_constraints
  @requested_constraints
end

#requested_payment_options::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]

Returns the value of attribute requested_payment_options.

Returns:

  • (::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")])


728
729
730
# File 'sig/types.rbs', line 728

def requested_payment_options
  @requested_payment_options
end

#requested_payment_terms::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]

Returns the value of attribute requested_payment_terms.

Returns:

  • (::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")])


729
730
731
# File 'sig/types.rbs', line 729

def requested_payment_terms
  @requested_payment_terms
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def status_message
  @status_message
end

#submitted_order_id::String

Returns the value of attribute submitted_order_id.

Returns:

  • (::String)


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

def 
  @submitted_order_id
end