You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListDomainConfigurationsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  marker: "Marker",
  page_size: 1,
  service_type: "DATA", # accepts DATA, CREDENTIAL_PROVIDER, JOBS
}

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The marker for the next set of results.

Returns:

  • (String)

    The marker for the next set of results.

#page_sizeInteger

The result page size.

Returns:

  • (Integer)

    The result page size.

#service_typeString

The type of service delivered by the endpoint.

Possible values:

  • DATA
  • CREDENTIAL_PROVIDER
  • JOBS

Returns:

  • (String)

    The type of service delivered by the endpoint.