Class: Aws::Types::Quote
- Inherits:
-
Object
- Object
- Aws::Types::Quote
- 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.
-
#ordering_requirements ⇒ ::Array[Types::OrderingRequirement]
Returns the value of attribute ordering_requirements.
-
#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.
691 692 693 |
# File 'sig/types.rbs', line 691 def account_id @account_id end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
695 696 697 |
# File 'sig/types.rbs', line 695 def country_code @country_code end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
703 704 705 |
# File 'sig/types.rbs', line 703 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
705 706 707 |
# File 'sig/types.rbs', line 705 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
704 705 706 |
# File 'sig/types.rbs', line 704 def expiration_date @expiration_date end |
#ordering_requirements ⇒ ::Array[Types::OrderingRequirement]
Returns the value of attribute ordering_requirements.
701 702 703 |
# File 'sig/types.rbs', line 701 def ordering_requirements @ordering_requirements end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
694 695 696 |
# File 'sig/types.rbs', line 694 def outpost_arn @outpost_arn end |
#quote_id ⇒ ::String
Returns the value of attribute quote_id.
690 691 692 |
# File 'sig/types.rbs', line 690 def quote_id @quote_id end |
#quote_options ⇒ ::Array[Types::QuoteOption]
Returns the value of attribute quote_options.
700 701 702 |
# File 'sig/types.rbs', line 700 def @quote_options end |
#quote_status ⇒ "CREATED", ...
Returns the value of attribute quote_status.
692 693 694 |
# File 'sig/types.rbs', line 692 def quote_status @quote_status end |
#requested_capacities ⇒ ::Array[Types::QuoteCapacity]
Returns the value of attribute requested_capacities.
696 697 698 |
# File 'sig/types.rbs', line 696 def requested_capacities @requested_capacities end |
#requested_constraints ⇒ ::Array[Types::QuoteConstraint]
Returns the value of attribute requested_constraints.
697 698 699 |
# File 'sig/types.rbs', line 697 def requested_constraints @requested_constraints end |
#requested_payment_options ⇒ ::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]
Returns the value of attribute requested_payment_options.
698 699 700 |
# File 'sig/types.rbs', line 698 def @requested_payment_options end |
#requested_payment_terms ⇒ ::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]
Returns the value of attribute requested_payment_terms.
699 700 701 |
# File 'sig/types.rbs', line 699 def requested_payment_terms @requested_payment_terms end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
693 694 695 |
# File 'sig/types.rbs', line 693 def @status_message end |
#submitted_order_id ⇒ ::String
Returns the value of attribute submitted_order_id.
702 703 704 |
# File 'sig/types.rbs', line 702 def submitted_order_id @submitted_order_id end |