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

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

#dashboardsArray<Types::DashboardDetail>

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

Returns:



3250
3251
3252
3253
3254
3255
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3250

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)


3250
3251
3252
3253
3254
3255
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3250

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