Class: Aws::Types::QuoteSummary
- Inherits:
-
Object
- Object
- Aws::Types::QuoteSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#quote_id ⇒ ::String
Returns the value of attribute quote_id.
-
#quote_options ⇒ ::Array[Types::QuoteOption]
Returns the value of attribute quote_options.
-
#quote_status ⇒ "CREATED", ...
Returns the value of attribute quote_status.
-
#requested_capacities ⇒ ::Array[Types::QuoteCapacity]
Returns the value of attribute requested_capacities.
-
#requested_constraints ⇒ ::Array[Types::QuoteConstraint]
Returns the value of attribute requested_constraints.
-
#requested_payment_options ⇒ ::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]
Returns the value of attribute requested_payment_options.
-
#requested_payment_terms ⇒ ::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]
Returns the value of attribute requested_payment_terms.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#submitted_order_id ⇒ ::String
Returns the value of attribute submitted_order_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
741 742 743 |
# File 'sig/types.rbs', line 741 def account_id @account_id end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
745 746 747 |
# File 'sig/types.rbs', line 745 def country_code @country_code end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
752 753 754 |
# File 'sig/types.rbs', line 752 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
754 755 756 |
# File 'sig/types.rbs', line 754 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
753 754 755 |
# File 'sig/types.rbs', line 753 def expiration_date @expiration_date end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
744 745 746 |
# File 'sig/types.rbs', line 744 def outpost_arn @outpost_arn end |
#quote_id ⇒ ::String
Returns the value of attribute quote_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def quote_id @quote_id end |
#quote_options ⇒ ::Array[Types::QuoteOption]
Returns the value of attribute quote_options.
750 751 752 |
# File 'sig/types.rbs', line 750 def @quote_options end |
#quote_status ⇒ "CREATED", ...
Returns the value of attribute quote_status.
742 743 744 |
# File 'sig/types.rbs', line 742 def quote_status @quote_status end |
#requested_capacities ⇒ ::Array[Types::QuoteCapacity]
Returns the value of attribute requested_capacities.
746 747 748 |
# File 'sig/types.rbs', line 746 def requested_capacities @requested_capacities end |
#requested_constraints ⇒ ::Array[Types::QuoteConstraint]
Returns the value of attribute requested_constraints.
747 748 749 |
# File 'sig/types.rbs', line 747 def requested_constraints @requested_constraints end |
#requested_payment_options ⇒ ::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]
Returns the value of attribute requested_payment_options.
748 749 750 |
# File 'sig/types.rbs', line 748 def @requested_payment_options end |
#requested_payment_terms ⇒ ::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]
Returns the value of attribute requested_payment_terms.
749 750 751 |
# File 'sig/types.rbs', line 749 def requested_payment_terms @requested_payment_terms end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
743 744 745 |
# File 'sig/types.rbs', line 743 def @status_message end |
#submitted_order_id ⇒ ::String
Returns the value of attribute submitted_order_id.
751 752 753 |
# File 'sig/types.rbs', line 751 def submitted_order_id @submitted_order_id end |