Class: Aws::Deadline::Types::GetMonitorSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetMonitorSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitor_id ⇒ String
The unique identifier of the monitor.
Instance Attribute Details
#monitor_id ⇒ String
The unique identifier of the monitor. This ID is returned by the ‘CreateMonitor` operation, and is included in the response to the `GetMonitor` operation.
5266 5267 5268 5269 5270 |
# File 'lib/aws-sdk-deadline/types.rb', line 5266 class GetMonitorSettingsRequest < Struct.new( :monitor_id) SENSITIVE = [] include Aws::Structure end |