Class: Aws::Artifact::Types::InquiryDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::InquiryDetail
- Defined in:
- gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb
Overview
Detailed information about a compliance inquiry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the compliance inquiry resource.
-
#created_at ⇒ Time
Timestamp indicating when the resource was created.
-
#id ⇒ String
Unique resource ID for the compliance inquiry.
-
#input_source ⇒ String
Type of inquiry content (text or file).
-
#name ⇒ String
Title of the inquiry.
-
#status ⇒ String
Current processing status of the inquiry.
-
#status_message ⇒ String
Status message providing additional context.
-
#support_mode ⇒ String
Support mode for this inquiry.
-
#updated_at ⇒ Time
Timestamp indicating when the resource was last modified.
Instance Attribute Details
#arn ⇒ String
ARN of the compliance inquiry resource.
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 468 class InquiryDetail < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at, :updated_at, :support_mode) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp indicating when the resource was created.
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 468 class InquiryDetail < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at, :updated_at, :support_mode) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique resource ID for the compliance inquiry.
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 468 class InquiryDetail < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at, :updated_at, :support_mode) SENSITIVE = [] include Aws::Structure end |
#input_source ⇒ String
Type of inquiry content (text or file).
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 468 class InquiryDetail < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at, :updated_at, :support_mode) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Title of the inquiry.
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 468 class InquiryDetail < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at, :updated_at, :support_mode) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current processing status of the inquiry.
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 468 class InquiryDetail < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at, :updated_at, :support_mode) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Status message providing additional context.
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 468 class InquiryDetail < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at, :updated_at, :support_mode) SENSITIVE = [] include Aws::Structure end |
#support_mode ⇒ String
Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 468 class InquiryDetail < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at, :updated_at, :support_mode) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp indicating when the resource was last modified.
468 469 470 471 472 473 474 475 476 477 478 479 480 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 468 class InquiryDetail < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at, :updated_at, :support_mode) SENSITIVE = [] include Aws::Structure end |