Class: Aws::Deadline::Types::UpdateMonitorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateMonitorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The new value to use for the monitor’s display name.
-
#monitor_id ⇒ String
The unique identifier of the monitor to update.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the new IAM role to use with the monitor.
-
#subdomain ⇒ String
The new value of the subdomain to use when forming the monitor URL.
Instance Attribute Details
#display_name ⇒ String
The new value to use for the monitor’s display name.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
8797 8798 8799 8800 8801 8802 8803 8804 |
# File 'lib/aws-sdk-deadline/types.rb', line 8797 class UpdateMonitorRequest < Struct.new( :monitor_id, :subdomain, :display_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#monitor_id ⇒ String
The unique identifier of the monitor to update.
8797 8798 8799 8800 8801 8802 8803 8804 |
# File 'lib/aws-sdk-deadline/types.rb', line 8797 class UpdateMonitorRequest < Struct.new( :monitor_id, :subdomain, :display_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the new IAM role to use with the monitor.
8797 8798 8799 8800 8801 8802 8803 8804 |
# File 'lib/aws-sdk-deadline/types.rb', line 8797 class UpdateMonitorRequest < Struct.new( :monitor_id, :subdomain, :display_name, :role_arn) SENSITIVE = [] include Aws::Structure end |
#subdomain ⇒ String
The new value of the subdomain to use when forming the monitor URL.
8797 8798 8799 8800 8801 8802 8803 8804 |
# File 'lib/aws-sdk-deadline/types.rb', line 8797 class UpdateMonitorRequest < Struct.new( :monitor_id, :subdomain, :display_name, :role_arn) SENSITIVE = [] include Aws::Structure end |