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.



10161
10162
10163
10164
10165
10166
# File 'lib/aws-sdk-iot/types.rb', line 10161

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)


10161
10162
10163
10164
10165
10166
# File 'lib/aws-sdk-iot/types.rb', line 10161

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