class Aws::ConfigService::Types::StoredQuery
Provides the details of a stored query.
@note When making an API call, you may pass StoredQuery
data as a hash: { query_id: "QueryId", query_arn: "QueryArn", query_name: "QueryName", # required description: "QueryDescription", expression: "QueryExpression", }
@!attribute [rw] query_id
The ID of the query. @return [String]
@!attribute [rw] query_arn
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id. @return [String]
@!attribute [rw] query_name
The name of the query. @return [String]
@!attribute [rw] description
A unique description for the query. @return [String]
@!attribute [rw] expression
The expression of the query. For example, `SELECT resourceId, resourceType, supplementaryConfiguration.BucketVersioningConfiguration.status WHERE resourceType = 'AWS::S3::Bucket' AND supplementaryConfiguration.BucketVersioningConfiguration.status = 'Off'.` @return [String]
@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StoredQuery AWS API Documentation
Constants
- SENSITIVE