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:



5186
5187
5188
5189
5190
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5186

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