Class: Aws::Types::UpdateScheduledQueryRequest

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)


2374
2375
2376
# File 'sig/types.rbs', line 2374

def description
  @description
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



2382
2383
2384
# File 'sig/types.rbs', line 2382

def destination_configuration
  @destination_configuration
end

#end_time_offset::Integer

Returns the value of attribute end_time_offset.

Returns:

  • (::Integer)


2381
2382
2383
# File 'sig/types.rbs', line 2381

def end_time_offset
  @end_time_offset
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


2385
2386
2387
# File 'sig/types.rbs', line 2385

def execution_role_arn
  @execution_role_arn
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


2373
2374
2375
# File 'sig/types.rbs', line 2373

def identifier
  @identifier
end

#log_group_identifiers::Array[::String]

Returns the value of attribute log_group_identifiers.

Returns:

  • (::Array[::String])


2377
2378
2379
# File 'sig/types.rbs', line 2377

def log_group_identifiers
  @log_group_identifiers
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:

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


2375
2376
2377
# File 'sig/types.rbs', line 2375

def query_language
  @query_language
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def query_string
  @query_string
end

#schedule_end_time::Integer

Returns the value of attribute schedule_end_time.

Returns:

  • (::Integer)


2384
2385
2386
# File 'sig/types.rbs', line 2384

def schedule_end_time
  @schedule_end_time
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


2378
2379
2380
# File 'sig/types.rbs', line 2378

def schedule_expression
  @schedule_expression
end

#schedule_start_time::Integer

Returns the value of attribute schedule_start_time.

Returns:

  • (::Integer)


2383
2384
2385
# File 'sig/types.rbs', line 2383

def schedule_start_time
  @schedule_start_time
end

#start_time_offset::Integer

Returns the value of attribute start_time_offset.

Returns:

  • (::Integer)


2380
2381
2382
# File 'sig/types.rbs', line 2380

def start_time_offset
  @start_time_offset
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


2386
2387
2388
# File 'sig/types.rbs', line 2386

def state
  @state
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


2379
2380
2381
# File 'sig/types.rbs', line 2379

def timezone
  @timezone
end