Class: Aws::ConfigService::Types::PutStoredQueryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_arnString

Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

Returns:

  • (String)


7167
7168
7169
7170
7171
# File 'lib/aws-sdk-configservice/types.rb', line 7167

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