Class: Aws::IoTSiteWise::Types::ListDashboardsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return for each paginated request.

Default: 50

Returns:

  • (Integer)


6857
6858
6859
6860
6861
6862
6863
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6857

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

#next_tokenString

The token to be used for the next set of paginated results.

Returns:

  • (String)


6857
6858
6859
6860
6861
6862
6863
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6857

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

#project_idString

The ID of the project.

Returns:

  • (String)


6857
6858
6859
6860
6861
6862
6863
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6857

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