Class: Aws::IoT::Types::ListDomainConfigurationsRequest

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

#markerString

The marker for the next set of results.



11492
11493
11494
11495
11496
11497
11498
# File 'lib/aws-sdk-iot/types.rb', line 11492

class ListDomainConfigurationsRequest < Struct.new(
  :marker,
  :page_size,
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end

#page_sizeInteger

The result page size.



11492
11493
11494
11495
11496
11497
11498
# File 'lib/aws-sdk-iot/types.rb', line 11492

class ListDomainConfigurationsRequest < Struct.new(
  :marker,
  :page_size,
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end

#service_typeString

The type of service delivered by the endpoint.



11492
11493
11494
11495
11496
11497
11498
# File 'lib/aws-sdk-iot/types.rb', line 11492

class ListDomainConfigurationsRequest < Struct.new(
  :marker,
  :page_size,
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end