Class: Aws::Artifact::Types::QuerySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::QuerySummary
- Defined in:
- gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb
Overview
Summary information about a single query within a compliance inquiry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#citations ⇒ Array<Types::Citation>
Supporting citations for the response.
-
#created_at ⇒ Time
Timestamp when the query was created.
-
#query ⇒ String
The actual query text.
-
#query_identifier ⇒ Integer
Sequential identifier of the query within the inquiry.
-
#response ⇒ String
Generated response to the query.
-
#review_type ⇒ String
Type of review for the response.
-
#status ⇒ String
Current processing status of the query.
-
#status_message ⇒ String
Descriptive status message.
-
#updated_response_versions ⇒ Array<Types::ResponseVersion>
Ordered list of response version history entries, oldest first.
Instance Attribute Details
#citations ⇒ Array<Types::Citation>
Supporting citations for the response.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 831 class QuerySummary < Struct.new( :query_identifier, :query, :response, :review_type, :citations, :status, :status_message, :created_at, :updated_response_versions) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp when the query was created.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 831 class QuerySummary < Struct.new( :query_identifier, :query, :response, :review_type, :citations, :status, :status_message, :created_at, :updated_response_versions) SENSITIVE = [] include Aws::Structure end |
#query ⇒ String
The actual query text.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 831 class QuerySummary < Struct.new( :query_identifier, :query, :response, :review_type, :citations, :status, :status_message, :created_at, :updated_response_versions) SENSITIVE = [] include Aws::Structure end |
#query_identifier ⇒ Integer
Sequential identifier of the query within the inquiry.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 831 class QuerySummary < Struct.new( :query_identifier, :query, :response, :review_type, :citations, :status, :status_message, :created_at, :updated_response_versions) SENSITIVE = [] include Aws::Structure end |
#response ⇒ String
Generated response to the query.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 831 class QuerySummary < Struct.new( :query_identifier, :query, :response, :review_type, :citations, :status, :status_message, :created_at, :updated_response_versions) SENSITIVE = [] include Aws::Structure end |
#review_type ⇒ String
Type of review for the response.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 831 class QuerySummary < Struct.new( :query_identifier, :query, :response, :review_type, :citations, :status, :status_message, :created_at, :updated_response_versions) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current processing status of the query.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 831 class QuerySummary < Struct.new( :query_identifier, :query, :response, :review_type, :citations, :status, :status_message, :created_at, :updated_response_versions) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Descriptive status message.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 831 class QuerySummary < Struct.new( :query_identifier, :query, :response, :review_type, :citations, :status, :status_message, :created_at, :updated_response_versions) SENSITIVE = [] include Aws::Structure end |
#updated_response_versions ⇒ Array<Types::ResponseVersion>
Ordered list of response version history entries, oldest first.
831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 831 class QuerySummary < Struct.new( :query_identifier, :query, :response, :review_type, :citations, :status, :status_message, :created_at, :updated_response_versions) SENSITIVE = [] include Aws::Structure end |