Class: Aws::Types::CreateScheduledQueryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:query_string, :client_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def client_token
  @client_token
end

#error_report_configurationTypes::ErrorReportConfiguration

Returns the value of attribute error_report_configuration.



53
54
55
# File 'sig/types.rbs', line 53

def error_report_configuration
  @error_report_configuration
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def kms_key_id
  @kms_key_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def name
  @name
end

#notification_configurationTypes::NotificationConfiguration

Returns the value of attribute notification_configuration.



47
48
49
# File 'sig/types.rbs', line 47

def notification_configuration
  @notification_configuration
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def query_string
  @query_string
end

#schedule_configurationTypes::ScheduleConfiguration

Returns the value of attribute schedule_configuration.



46
47
48
# File 'sig/types.rbs', line 46

def schedule_configuration
  @schedule_configuration
end

#scheduled_query_execution_role_arn::String

Returns the value of attribute scheduled_query_execution_role_arn.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def scheduled_query_execution_role_arn
  @scheduled_query_execution_role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def tags
  @tags
end

#target_configurationTypes::TargetConfiguration

Returns the value of attribute target_configuration.



48
49
50
# File 'sig/types.rbs', line 48

def target_configuration
  @target_configuration
end