Class: Aws::TimestreamQuery::Types::CreateScheduledQueryResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN for the created scheduled query.

Returns:

  • (String)


186
187
188
189
190
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 186

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