Class: Aws::Outposts::Types::QuoteSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::QuoteSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Summary information about a quote.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the account that owns the quote.
-
#country_code ⇒ String
The country code for the Outpost site location.
-
#created_date ⇒ Time
The date the quote was created.
-
#description ⇒ String
The description of the quote.
-
#expiration_date ⇒ Time
The date the quote expires.
-
#outpost_arn ⇒ String
The ARN of the Outpost associated with the quote.
-
#quote_id ⇒ String
The ID of the quote.
-
#quote_options ⇒ Array<Types::QuoteOption>
The configuration and pricing options for the quote.
-
#quote_status ⇒ String
The status of the quote.
-
#requested_capacities ⇒ Array<Types::QuoteCapacity>
The capacity requirements specified in the quote request.
-
#requested_constraints ⇒ Array<Types::QuoteConstraint>
The physical constraints specified in the quote request.
-
#requested_payment_options ⇒ Array<String>
The payment options specified in the quote request.
-
#requested_payment_terms ⇒ Array<String>
The payment terms specified in the quote request.
-
#status_message ⇒ String
A message about the status of the quote.
-
#submitted_order_id ⇒ String
The ID of the order submitted for the quote.
Instance Attribute Details
#account_id ⇒ String
The ID of the account that owns the quote.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#country_code ⇒ String
The country code for the Outpost site location.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#created_date ⇒ Time
The date the quote was created.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the quote.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#expiration_date ⇒ Time
The date the quote expires.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#outpost_arn ⇒ String
The ARN of the Outpost associated with the quote.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#quote_id ⇒ String
The ID of the quote.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#quote_options ⇒ Array<Types::QuoteOption>
The configuration and pricing options for the quote.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#quote_status ⇒ String
The status of the quote.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#requested_capacities ⇒ Array<Types::QuoteCapacity>
The capacity requirements specified in the quote request.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#requested_constraints ⇒ Array<Types::QuoteConstraint>
The physical constraints specified in the quote request.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#requested_payment_options ⇒ Array<String>
The payment options specified in the quote request.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#requested_payment_terms ⇒ Array<String>
The payment terms specified in the quote request.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#status_message ⇒ String
A message about the status of the quote.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#submitted_order_id ⇒ String
The ID of the order submitted for the quote.
2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-outposts/types.rb', line 2696 class QuoteSummary < Struct.new( :quote_id, :account_id, :quote_status, :status_message, :outpost_arn, :country_code, :requested_capacities, :requested_constraints, :requested_payment_options, :requested_payment_terms, :quote_options, :submitted_order_id, :created_date, :expiration_date, :description) SENSITIVE = [:description] include Aws::Structure end |