Class: Aws::Types::ExecuteScheduledQueryRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def client_token
  @client_token
end

#invocation_time::Time

Returns the value of attribute invocation_time.

Returns:

  • (::Time)


128
129
130
# File 'sig/types.rbs', line 128

def invocation_time
  @invocation_time
end

#query_insightsTypes::ScheduledQueryInsights

Returns the value of attribute query_insights.



130
131
132
# File 'sig/types.rbs', line 130

def query_insights
  @query_insights
end

#scheduled_query_arn::String

Returns the value of attribute scheduled_query_arn.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def scheduled_query_arn
  @scheduled_query_arn
end