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.
10144 10145 10146 10147 10148 10149 10150 |
# File 'lib/aws-sdk-iot/types.rb', line 10144 class ListDomainConfigurationsRequest < Struct.new( :marker, :page_size, :service_type) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
10144 10145 10146 10147 10148 10149 10150 |
# File 'lib/aws-sdk-iot/types.rb', line 10144 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.
10144 10145 10146 10147 10148 10149 10150 |
# File 'lib/aws-sdk-iot/types.rb', line 10144 class ListDomainConfigurationsRequest < Struct.new( :marker, :page_size, :service_type) SENSITIVE = [] include Aws::Structure end |