Class: Aws::Types::CreateMonitorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_name ⇒ ::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def monitor_name
  @monitor_name
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def resource_arn
  @resource_arn
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def tags
  @tags
end