GetDataflowEndpointGroupResponse
public struct GetDataflowEndpointGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
ARN of a dataflow endpoint group.
Declaration
Swift
public let dataflowEndpointGroupArn: String? -
UUID of a dataflow endpoint group.
Declaration
Swift
public let dataflowEndpointGroupId: String? -
Details of a dataflow endpoint.
Declaration
Swift
public let endpointsDetails: [EndpointDetails]? -
Tags assigned to a dataflow endpoint group.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(dataflowEndpointGroupArn: String? = nil, dataflowEndpointGroupId: String? = nil, endpointsDetails: [EndpointDetails]? = nil, tags: [String : String]? = nil)
View on GitHub
GetDataflowEndpointGroupResponse Structure Reference