Class: Aws::Types::CreateQuoteInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateQuoteInput
- 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.
-
#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.
191 192 193 |
# File 'sig/types.rbs', line 191 def country_code @country_code end |
#description ⇒ ::String
Returns the value of attribute description.
196 197 198 |
# File 'sig/types.rbs', line 196 def description @description end |
#outpost_identifier ⇒ ::String
Returns the value of attribute outpost_identifier.
190 191 192 |
# File 'sig/types.rbs', line 190 def outpost_identifier @outpost_identifier end |
#requested_capacities ⇒ ::Array[Types::QuoteCapacity]
Returns the value of attribute requested_capacities.
192 193 194 |
# File 'sig/types.rbs', line 192 def requested_capacities @requested_capacities end |
#requested_constraints ⇒ ::Array[Types::QuoteConstraint]
Returns the value of attribute requested_constraints.
193 194 195 |
# File 'sig/types.rbs', line 193 def requested_constraints @requested_constraints end |
#requested_payment_options ⇒ ::Array[("ALL_UPFRONT" | "NO_UPFRONT" | "PARTIAL_UPFRONT")]
Returns the value of attribute requested_payment_options.
194 195 196 |
# File 'sig/types.rbs', line 194 def @requested_payment_options end |
#requested_payment_terms ⇒ ::Array[("THREE_YEARS" | "ONE_YEAR" | "FIVE_YEARS")]
Returns the value of attribute requested_payment_terms.
195 196 197 |
# File 'sig/types.rbs', line 195 def requested_payment_terms @requested_payment_terms end |