Method: Aws::CloudTrail::Types::ListDashboardsRequest#name_prefix

Defined in:
lib/aws-sdk-cloudtrail/types.rb

#name_prefixString

Specify a name prefix to filter on.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3300

class ListDashboardsRequest < Struct.new(
  :name_prefix,
  :type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end