Class: Aws::Types::ScheduledQueryConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_expression::String

Returns the value of attribute aggregation_expression.

Returns:

  • (::String)


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

def aggregation_expression
  @aggregation_expression
end

#log_group_identifiers::Array[::String]

Returns the value of attribute log_group_identifiers.

Returns:

  • (::Array[::String])


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

def log_group_identifiers
  @log_group_identifiers
end

#query_arn::String

Returns the value of attribute query_arn.

Returns:

  • (::String)


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

def query_arn
  @query_arn
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


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

def query_string
  @query_string
end

#schedule_configurationTypes::ScheduleConfiguration

Returns the value of attribute schedule_configuration.



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

def schedule_configuration
  @schedule_configuration
end

#scheduled_query_role_arn::String

Returns the value of attribute scheduled_query_role_arn.

Returns:

  • (::String)


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

def scheduled_query_role_arn
  @scheduled_query_role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end