Class: Aws::IoT::Types::ListDomainConfigurationsResponse

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

#domain_configurationsArray<Types::DomainConfigurationSummary>

A list of objects that contain summary information about the user’s domain configurations.



9836
9837
9838
9839
9840
9841
# File 'lib/aws-sdk-iot/types.rb', line 9836

class ListDomainConfigurationsResponse < Struct.new(
  :domain_configurations,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

The marker for the next set of results.

Returns:

  • (String)


9836
9837
9838
9839
9840
9841
# File 'lib/aws-sdk-iot/types.rb', line 9836

class ListDomainConfigurationsResponse < Struct.new(
  :domain_configurations,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end