Class: Aws::ConfigService::Types::StoredQueryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::StoredQueryMetadata
- Includes:
- Structure
- Defined in:
- 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.
8768 8769 8770 8771 8772 8773 8774 8775 |
# File 'lib/aws-sdk-configservice/types.rb', line 8768 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.
8768 8769 8770 8771 8772 8773 8774 8775 |
# File 'lib/aws-sdk-configservice/types.rb', line 8768 class StoredQueryMetadata < Struct.new( :query_id, :query_arn, :query_name, :description) SENSITIVE = [] include Aws::Structure end |
#query_id ⇒ String
The ID of the query.
8768 8769 8770 8771 8772 8773 8774 8775 |
# File 'lib/aws-sdk-configservice/types.rb', line 8768 class StoredQueryMetadata < Struct.new( :query_id, :query_arn, :query_name, :description) SENSITIVE = [] include Aws::Structure end |
#query_name ⇒ String
The name of the query.
8768 8769 8770 8771 8772 8773 8774 8775 |
# File 'lib/aws-sdk-configservice/types.rb', line 8768 class StoredQueryMetadata < Struct.new( :query_id, :query_arn, :query_name, :description) SENSITIVE = [] include Aws::Structure end |