Class: Aws::IoT::Types::ListDomainConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListDomainConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The marker for the next set of results.
-
#page_size ⇒ Integer
The result page size.
-
#service_type ⇒ String
The type of service delivered by the endpoint.
Instance Attribute Details
#marker ⇒ String
The marker for the next set of results.
11148 11149 11150 11151 11152 11153 11154 |
# File 'lib/aws-sdk-iot/types.rb', line 11148 class ListDomainConfigurationsRequest < Struct.new( :marker, :page_size, :service_type) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
11148 11149 11150 11151 11152 11153 11154 |
# File 'lib/aws-sdk-iot/types.rb', line 11148 class ListDomainConfigurationsRequest < Struct.new( :marker, :page_size, :service_type) SENSITIVE = [] include Aws::Structure end |
#service_type ⇒ String
The type of service delivered by the endpoint.
11148 11149 11150 11151 11152 11153 11154 |
# File 'lib/aws-sdk-iot/types.rb', line 11148 class ListDomainConfigurationsRequest < Struct.new( :marker, :page_size, :service_type) SENSITIVE = [] include Aws::Structure end |