Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ConfigService::Types::StoredQueryMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Returns details of a specific query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A unique description for the query.

Returns:

  • (String)

9250
9251
9252
9253
9254
9255
9256
9257
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 9250

class StoredQueryMetadata < Struct.new(
  :query_id,
  :query_arn,
  :query_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#query_arnString

Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

Returns:

  • (String)

9250
9251
9252
9253
9254
9255
9256
9257
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 9250

class StoredQueryMetadata < Struct.new(
  :query_id,
  :query_arn,
  :query_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

The ID of the query.

Returns:

  • (String)

9250
9251
9252
9253
9254
9255
9256
9257
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 9250

class StoredQueryMetadata < Struct.new(
  :query_id,
  :query_arn,
  :query_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#query_nameString

The name of the query.

Returns:

  • (String)

9250
9251
9252
9253
9254
9255
9256
9257
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 9250

class StoredQueryMetadata < Struct.new(
  :query_id,
  :query_arn,
  :query_name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end