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

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

#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)


7027
7028
7029
7030
7031
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7027

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