Class: Aws::Artifact::Types::InquirySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Artifact::Types::InquirySummary
- Defined in:
- gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb
Overview
Summary 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.
Instance Attribute Details
#arn ⇒ String
ARN of the compliance inquiry resource.
533 534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 533 class InquirySummary < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp indicating when the resource was created.
533 534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 533 class InquirySummary < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Unique resource ID for the compliance inquiry.
533 534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 533 class InquirySummary < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at) SENSITIVE = [] include Aws::Structure end |
#input_source ⇒ String
Type of inquiry content (text or file).
533 534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 533 class InquirySummary < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Title of the inquiry.
533 534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 533 class InquirySummary < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current processing status of the inquiry.
533 534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 533 class InquirySummary < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Status message providing additional context.
533 534 535 536 537 538 539 540 541 542 543 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 533 class InquirySummary < Struct.new( :arn, :name, :id, :status, :status_message, :input_source, :created_at) SENSITIVE = [] include Aws::Structure end |