Class: Aws::Types::CreateScheduledQueryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def description
  @description
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



266
267
268
# File 'sig/types.rbs', line 266

def destination_configuration
  @destination_configuration
end

#end_time_offset::Integer

Returns the value of attribute end_time_offset.

Returns:

  • (::Integer)


265
266
267
# File 'sig/types.rbs', line 265

def end_time_offset
  @end_time_offset
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def execution_role_arn
  @execution_role_arn
end

#log_group_identifiers::Array[::String]

Returns the value of attribute log_group_identifiers.

Returns:

  • (::Array[::String])


261
262
263
# File 'sig/types.rbs', line 261

def log_group_identifiers
  @log_group_identifiers
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def name
  @name
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:

  • ("CWLI", "SQL", "PPL")


259
260
261
# File 'sig/types.rbs', line 259

def query_language
  @query_language
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def query_string
  @query_string
end

#schedule_end_time::Integer

Returns the value of attribute schedule_end_time.

Returns:

  • (::Integer)


268
269
270
# File 'sig/types.rbs', line 268

def schedule_end_time
  @schedule_end_time
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def schedule_expression
  @schedule_expression
end

#schedule_start_time::Integer

Returns the value of attribute schedule_start_time.

Returns:

  • (::Integer)


267
268
269
# File 'sig/types.rbs', line 267

def schedule_start_time
  @schedule_start_time
end

#start_time_offset::Integer

Returns the value of attribute start_time_offset.

Returns:

  • (::Integer)


264
265
266
# File 'sig/types.rbs', line 264

def start_time_offset
  @start_time_offset
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


270
271
272
# File 'sig/types.rbs', line 270

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


271
272
273
# File 'sig/types.rbs', line 271

def tags
  @tags
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def timezone
  @timezone
end