Class: Aws::Types::UpdateQuoteInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQuoteInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
-
#quote_identifier ⇒ ::String
Returns the value of attribute quote_identifier.
-
#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.
Instance Attribute Details
#country_code ⇒ ::String
Returns the value of attribute country_code.
931 932 933 |
# File 'sig/types.rbs', line 931 def country_code @country_code end |
#description ⇒ ::String
Returns the value of attribute description.
936 937 938 |
# File 'sig/types.rbs', line 936 def description @description end |
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
930 931 932 |
# File 'sig/types.rbs', line 930 def outpost_identifier @outpost_identifier end |
#quote_identifier ⇒ ::String
Returns the value of attribute quote_identifier.
929 930 931 |
# File 'sig/types.rbs', line 929 def quote_identifier @quote_identifier end |
#requested_capacities ⇒ ::Array[Types::QuoteCapacity]
Returns the value of attribute requested_capacities.
932 933 934 |
# File 'sig/types.rbs', line 932 def requested_capacities @requested_capacities end |
#requested_constraints ⇒ ::Array[Types::QuoteConstraint]
Returns the value of attribute requested_constraints.
933 934 935 |
# File 'sig/types.rbs', line 933 def requested_constraints @requested_constraints end |
#requested_payment_options ⇒ ::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]
Returns the value of attribute requested_payment_options.
934 935 936 |
# File 'sig/types.rbs', line 934 def @requested_payment_options end |
#requested_payment_terms ⇒ ::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]
Returns the value of attribute requested_payment_terms.
935 936 937 |
# File 'sig/types.rbs', line 935 def requested_payment_terms @requested_payment_terms end |