Class: Aws::Types::UpdateMonitorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3227
3228
3229
# File 'sig/types.rbs', line 3227

def display_name
  @display_name
end

#monitor_id::String

Returns the value of attribute monitor_id.

Returns:

  • (::String)


3225
3226
3227
# File 'sig/types.rbs', line 3225

def monitor_id
  @monitor_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3228
3229
3230
# File 'sig/types.rbs', line 3228

def role_arn
  @role_arn
end

#subdomain::String

Returns the value of attribute subdomain.

Returns:

  • (::String)


3226
3227
3228
# File 'sig/types.rbs', line 3226

def subdomain
  @subdomain
end