Class: Aws::Types::CreateMonitoringScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#monitoring_schedule_configTypes::MonitoringScheduleConfig

Returns the value of attribute monitoring_schedule_config.



2644
2645
2646
# File 'sig/types.rbs', line 2644

def monitoring_schedule_config
  @monitoring_schedule_config
end

#monitoring_schedule_name::String

Returns the value of attribute monitoring_schedule_name.



2643
2644
2645
# File 'sig/types.rbs', line 2643

def monitoring_schedule_name
  @monitoring_schedule_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2645
2646
2647
# File 'sig/types.rbs', line 2645

def tags
  @tags
end