AWSIoTDescribeEndpointResponse

Objective-C

@interface AWSIoTDescribeEndpointResponse

Swift

class AWSIoTDescribeEndpointResponse

The output from the DescribeEndpoint operation.

  • The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable endpointAddress;

    Swift

    var endpointAddress: String? { get set }