CreateEndpointGroupResponse
public struct CreateEndpointGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The information about the endpoint group that was created.
Declaration
Swift
public let endpointGroup: EndpointGroup?
-
Undocumented
Declaration
Swift
public init(endpointGroup: EndpointGroup? = nil)