Class: Aws::Types::UpdateQuoteInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#country_code ⇒ ::String

Returns the value of attribute country_code.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def country_code
  @country_code
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def description
  @description
end

#outpost_identifier ⇒ ::String

Returns the value of attribute outpost_identifier.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def outpost_identifier
  @outpost_identifier
end

#quote_identifier ⇒ ::String

Returns the value of attribute quote_identifier.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def quote_identifier
  @quote_identifier
end

#requested_capacities ⇒ ::Array[Types::QuoteCapacity]

Returns the value of attribute requested_capacities.

Returns:



965
966
967
# File 'sig/types.rbs', line 965

def requested_capacities
  @requested_capacities
end

#requested_constraints ⇒ ::Array[Types::QuoteConstraint]

Returns the value of attribute requested_constraints.

Returns:



966
967
968
# File 'sig/types.rbs', line 966

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")])


967
968
969
# File 'sig/types.rbs', line 967

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")])


968
969
970
# File 'sig/types.rbs', line 968

def requested_payment_terms
  @requested_payment_terms
end