Method: Aws::Deadline::Types::ListFleetsRequest#display_name
- Defined in:
- lib/aws-sdk-deadline/types.rb
#display_name ⇒ String
The display names of a list of fleets.
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.
5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 |
# File 'lib/aws-sdk-deadline/types.rb', line 5620 class ListFleetsRequest < Struct.new( :farm_id, :principal_id, :display_name, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |