Class: Aws::IoT::Types::ListDomainConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListDomainConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_configurations ⇒ Array<Types::DomainConfigurationSummary>
A list of objects that contain summary information about the user’s domain configurations.
-
#next_marker ⇒ String
The marker for the next set of results.
Instance Attribute Details
#domain_configurations ⇒ Array<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_marker ⇒ String
The marker for the next set of results.
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 |