Class: Aws::Types::GetScheduledQueryResponse

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)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def description
  @description
end

#destination_configurationTypes::DestinationConfiguration

Returns the value of attribute destination_configuration.



1087
1088
1089
# File 'sig/types.rbs', line 1087

def destination_configuration
  @destination_configuration
end

#end_time_offset::Integer

Returns the value of attribute end_time_offset.

Returns:

  • (::Integer)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def end_time_offset
  @end_time_offset
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

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")


1091
1092
1093
# File 'sig/types.rbs', line 1091

def last_execution_status
  @last_execution_status
end

#last_triggered_time::Integer

Returns the value of attribute last_triggered_time.

Returns:

  • (::Integer)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def last_triggered_time
  @last_triggered_time
end

#last_updated_time::Integer

Returns the value of attribute last_updated_time.

Returns:

  • (::Integer)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def last_updated_time
  @last_updated_time
end

#log_group_identifiers::Array[::String]

Returns the value of attribute log_group_identifiers.

Returns:

  • (::Array[::String])


1082
1083
1084
# File 'sig/types.rbs', line 1082

def log_group_identifiers
  @log_group_identifiers
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def name
  @name
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:

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


1080
1081
1082
# File 'sig/types.rbs', line 1080

def query_language
  @query_language
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def query_string
  @query_string
end

#schedule_end_time::Integer

Returns the value of attribute schedule_end_time.

Returns:

  • (::Integer)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def schedule_end_time
  @schedule_end_time
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def schedule_expression
  @schedule_expression
end

#schedule_start_time::Integer

Returns the value of attribute schedule_start_time.

Returns:

  • (::Integer)


1092
1093
1094
# File 'sig/types.rbs', line 1092

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")


1089
1090
1091
# File 'sig/types.rbs', line 1089

def schedule_type
  @schedule_type
end

#scheduled_query_arn::String

Returns the value of attribute scheduled_query_arn.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def scheduled_query_arn
  @scheduled_query_arn
end

#start_time_offset::Integer

Returns the value of attribute start_time_offset.

Returns:

  • (::Integer)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def start_time_offset
  @start_time_offset
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1088
1089
1090
# File 'sig/types.rbs', line 1088

def state
  @state
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def timezone
  @timezone
end