Class: Aws::IoT::Types::DescribeEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass DescribeEndpointRequest data as a hash:
{
endpoint_type: "EndpointType",
}
The input for the DescribeEndpoint operation.
Instance Attribute Summary collapse
-
#endpoint_type ⇒ String
The endpoint type.
Instance Attribute Details
#endpoint_type ⇒ String
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.
^
3892 3893 3894 3895 |
# File 'lib/aws-sdk-iot/types.rb', line 3892 class DescribeEndpointRequest < Struct.new( :endpoint_type) include Aws::Structure end |