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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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.

Returns:

  • (String)


9952
9953
9954
9955
9956
9957
9958
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9952

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

#page_sizeInteger

The result page size.

Returns:

  • (Integer)


9952
9953
9954
9955
9956
9957
9958
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9952

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

#service_typeString

The type of service delivered by the endpoint.

Returns:

  • (String)


9952
9953
9954
9955
9956
9957
9958
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9952

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