Class: Aws::ConfigService::Types::GetStoredQueryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stored_queryTypes::StoredQuery

Returns a StoredQuery object.

Returns:



4810
4811
4812
4813
4814
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4810

class GetStoredQueryResponse < Struct.new(
  :stored_query)
  SENSITIVE = []
  include Aws::Structure
end