Class: Aws::CloudWatchRUM::Types::CreateAppMonitorResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique ID of the new app monitor.

Returns:

  • (String)


630
631
632
633
634
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 630

class CreateAppMonitorResponse < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end