Class: Aws::CloudTrail::Types::ListDashboardsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of dashboards to display on a single page.

Returns:

  • (Integer)


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

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

#name_prefixString

Specify a name prefix to filter on.

Returns:

  • (String)


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

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

#next_tokenString

A token you can use to get the next page of dashboard results.

Returns:

  • (String)


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

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

#typeString

Specify a dashboard type to filter on: CUSTOM or MANAGED.

Returns:

  • (String)


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

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