Class: Aws::Artifact::Types::InquiryDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

ARN of the compliance inquiry resource.

Returns:

  • (String)


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_atTime

Timestamp indicating when the resource was created.

Returns:

  • (Time)


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

#idString

Unique resource ID for the compliance inquiry.

Returns:

  • (String)


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_sourceString

Type of inquiry content (text or file).

Returns:

  • (String)


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

#nameString

Title of the inquiry.

Returns:

  • (String)


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

#statusString

Current processing status of the inquiry.

Returns:

  • (String)


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_messageString

Status message providing additional context.

Returns:

  • (String)


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_modeString

Support mode for this inquiry. AI_ONLY provides AI-generated responses. FULL_SUPPORT includes human expert review.

Returns:

  • (String)


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_atTime

Timestamp indicating when the resource was last modified.

Returns:

  • (Time)


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