Class: Aws::Types::CreateMonitorInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_period::Integer

Returns the value of attribute aggregation_period.



24
25
26
# File 'sig/types.rbs', line 24

def aggregation_period
  @aggregation_period
end

#client_token::String

Returns the value of attribute client_token.



25
26
27
# File 'sig/types.rbs', line 25

def client_token
  @client_token
end

#monitor_name::String

Returns the value of attribute monitor_name.



22
23
24
# File 'sig/types.rbs', line 22

def monitor_name
  @monitor_name
end

#probes::Array[Types::CreateMonitorProbeInput]

Returns the value of attribute probes.



23
24
25
# File 'sig/types.rbs', line 23

def probes
  @probes
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.



26
27
28
# File 'sig/types.rbs', line 26

def tags
  @tags
end