Class: Aws::IoT::Types::ListDimensionsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_namesArray<String>

A list of the names of the defined dimensions. Use ‘DescribeDimension` to get details for a dimension.

Returns:

  • (Array<String>)


9800
9801
9802
9803
9804
9805
# File 'lib/aws-sdk-iot/types.rb', line 9800

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

#next_tokenString

A token that can be used to retrieve the next set of results, or ‘null` if there are no additional results.

Returns:

  • (String)


9800
9801
9802
9803
9804
9805
# File 'lib/aws-sdk-iot/types.rb', line 9800

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