Class: Aws::Types::CreateMonitoringScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_schedule_configTypes::MonitoringScheduleConfig

Returns the value of attribute monitoring_schedule_config.



2628
2629
2630
# File 'sig/types.rbs', line 2628

def monitoring_schedule_config
  @monitoring_schedule_config
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.

Returns:

  • (::String)


2627
2628
2629
# File 'sig/types.rbs', line 2627

def monitoring_schedule_name
  @monitoring_schedule_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2629
2630
2631
# File 'sig/types.rbs', line 2629

def tags
  @tags
end