DescribeEndpointResponse

public struct DescribeEndpointResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.

    Declaration

    Swift

    public let endpointAddress: String?
  • Undocumented

    Declaration

    Swift

    public init(endpointAddress: String? = nil)