Method: Aws::Deadline::Types::CreateMonitorRequest#display_name
- Defined in:
- lib/aws-sdk-deadline/types.rb
#display_name ⇒ String
The name that you give the monitor that is displayed in the Deadline Cloud console.
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.
1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 |
# File 'lib/aws-sdk-deadline/types.rb', line 1477 class CreateMonitorRequest < Struct.new( :client_token, :display_name, :identity_center_instance_arn, :subdomain, :role_arn, :tags) SENSITIVE = [] include Aws::Structure end |