Class: Aws::CloudTrail::Types::ListDashboardsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dashboardsArray<Types::DashboardDetail>

Contains information about dashboards in the account, in the current Region that match the applied filters.

Returns:



3242
3243
3244
3245
3246
3247
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3242

class ListDashboardsResponse < Struct.new(
  :dashboards,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3242
3243
3244
3245
3246
3247
# File 'lib/aws-sdk-cloudtrail/types.rb', line 3242

class ListDashboardsResponse < Struct.new(
  :dashboards,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end