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.

Returns:

  • (String)


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_sizeInteger

The result page size.

Returns:

  • (Integer)


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_typeString

The type of service delivered by the endpoint.

Returns:

  • (String)


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