Class: Aws::CloudWatchRUM::Types::GetAppMonitorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::GetAppMonitorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The app monitor to retrieve information for.
Instance Attribute Details
#name ⇒ String
The app monitor to retrieve information for.
803 804 805 806 807 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 803 class GetAppMonitorRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |