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.
10954 10955 10956 10957 10958 10959 10960 |
# File 'lib/aws-sdk-iot/types.rb', line 10954 class ListDomainConfigurationsRequest < Struct.new( :marker, :page_size, :service_type) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The result page size.
10954 10955 10956 10957 10958 10959 10960 |
# File 'lib/aws-sdk-iot/types.rb', line 10954 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.
10954 10955 10956 10957 10958 10959 10960 |
# File 'lib/aws-sdk-iot/types.rb', line 10954 class ListDomainConfigurationsRequest < Struct.new( :marker, :page_size, :service_type) SENSITIVE = [] include Aws::Structure end |