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

Class: Aws::IoT::Types::DescribeEndpointRequest

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

Overview

Note:

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

{
  endpoint_type: "EndpointType",
}

The input for the DescribeEndpoint operation.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_typeString

The endpoint type. Valid endpoint types include:

  • iot:Data - Returns a VeriSign signed data endpoint.

^ ^

  • iot:Data-ATS - Returns an ATS signed data endpoint.

^ ^

  • iot:CredentialProvider - Returns an AWS IoT credentials provider API endpoint.

^ ^

  • iot:Jobs - Returns an AWS IoT device management Jobs API endpoint.

^

We strongly recommend that customers use the newer iot:Data-ATS endpoint type to avoid issues related to the widespread distrust of Symantec certificate authorities.

Returns:

  • (String)

    The endpoint type.