Class: Aws::ConfigService::Types::StoredQueryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::StoredQueryMetadata
- 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
-
#description ⇒ String
A unique description for the query.
-
#query_arn ⇒ String
Amazon Resource Name (ARN) of the query.
-
#query_id ⇒ String
The ID of the query.
-
#query_name ⇒ String
The name of the query.
Instance Attribute Details
#description ⇒ String
A unique description for the query.
8377 8378 8379 8380 8381 8382 8383 8384 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8377 class StoredQueryMetadata < Struct.new( :query_id, :query_arn, :query_name, :description) SENSITIVE = [] include Aws::Structure end |
#query_arn ⇒ String
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
8377 8378 8379 8380 8381 8382 8383 8384 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8377 class StoredQueryMetadata < Struct.new( :query_id, :query_arn, :query_name, :description) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the query.
8377 8378 8379 8380 8381 8382 8383 8384 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8377 class StoredQueryMetadata < Struct.new( :query_id, :query_arn, :query_name, :description) SENSITIVE = [] include Aws::Structure end |
#query_name ⇒ String
The name of the query.
8377 8378 8379 8380 8381 8382 8383 8384 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8377 class StoredQueryMetadata < Struct.new( :query_id, :query_arn, :query_name, :description) SENSITIVE = [] include Aws::Structure end |