Class: Aws::Types::UpdateScheduledQueryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Integer

Returns the value of attribute creation_time.

Returns:

  • (::Integer)


2409
2410
2411
# File 'sig/types.rbs', line 2409

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def description
  @description
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



2401
2402
2403
# File 'sig/types.rbs', line 2401

def destination_configuration
  @destination_configuration
end

#end_time_offset::Integer

Returns the value of attribute end_time_offset.

Returns:

  • (::Integer)


2400
2401
2402
# File 'sig/types.rbs', line 2400

def end_time_offset
  @end_time_offset
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def execution_role_arn
  @execution_role_arn
end

#last_execution_status"Running", ...

Returns the value of attribute last_execution_status.

Returns:

  • ("Running", "InvalidQuery", "Complete", "Failed", "Timeout")


2405
2406
2407
# File 'sig/types.rbs', line 2405

def last_execution_status
  @last_execution_status
end

#last_triggered_time::Integer

Returns the value of attribute last_triggered_time.

Returns:

  • (::Integer)


2404
2405
2406
# File 'sig/types.rbs', line 2404

def last_triggered_time
  @last_triggered_time
end

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


2410
2411
2412
# File 'sig/types.rbs', line 2410

def last_updated_time
  @last_updated_time
end

#log_group_identifiers::Array[::String]

Returns the value of attribute log_group_identifiers.

Returns:

  • (::Array[::String])


2396
2397
2398
# File 'sig/types.rbs', line 2396

def log_group_identifiers
  @log_group_identifiers
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def name
  @name
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:

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


2394
2395
2396
# File 'sig/types.rbs', line 2394

def query_language
  @query_language
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


2395
2396
2397
# File 'sig/types.rbs', line 2395

def query_string
  @query_string
end

#schedule_end_time::Integer

Returns the value of attribute schedule_end_time.

Returns:

  • (::Integer)


2407
2408
2409
# File 'sig/types.rbs', line 2407

def schedule_end_time
  @schedule_end_time
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def schedule_expression
  @schedule_expression
end

#schedule_start_time::Integer

Returns the value of attribute schedule_start_time.

Returns:

  • (::Integer)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def schedule_start_time
  @schedule_start_time
end

#schedule_type"CUSTOMER_MANAGED", "AWS_MANAGED"

Returns the value of attribute schedule_type.

Returns:

  • ("CUSTOMER_MANAGED", "AWS_MANAGED")


2403
2404
2405
# File 'sig/types.rbs', line 2403

def schedule_type
  @schedule_type
end

#scheduled_query_arn::String

Returns the value of attribute scheduled_query_arn.

Returns:

  • (::String)


2391
2392
2393
# File 'sig/types.rbs', line 2391

def scheduled_query_arn
  @scheduled_query_arn
end

#start_time_offset::Integer

Returns the value of attribute start_time_offset.

Returns:

  • (::Integer)


2399
2400
2401
# File 'sig/types.rbs', line 2399

def start_time_offset
  @start_time_offset
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


2402
2403
2404
# File 'sig/types.rbs', line 2402

def state
  @state
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


2398
2399
2400
# File 'sig/types.rbs', line 2398

def timezone
  @timezone
end