Class: Aws::ConfigService::Types::PutStoredQueryResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::PutStoredQueryResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #query_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon Resource Name (ARN) of the query.
 
Instance Attribute Details
#query_arn ⇒ String
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
      7027 7028 7029 7030 7031  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 7027 class PutStoredQueryResponse < Struct.new( :query_arn) SENSITIVE = [] include Aws::Structure end  |