Class: Aws::Types::CreateMonitorOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_period::Integer

Returns the value of attribute aggregation_period.

Returns:



34
35
36
# File 'sig/types.rbs', line 34

def aggregation_period
  @aggregation_period
end

#monitor_arn::String

Returns the value of attribute monitor_arn.

Returns:



31
32
33
# File 'sig/types.rbs', line 31

def monitor_arn
  @monitor_arn
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def monitor_name
  @monitor_name
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:



33
34
35
# File 'sig/types.rbs', line 33

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



35
36
37
# File 'sig/types.rbs', line 35

def tags
  @tags
end