DiscovererSummary

public struct DiscovererSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the discoverer.

    Declaration

    Swift

    public let discovererArn: String?
  • The ID of the discoverer.

    Declaration

    Swift

    public let discovererId: String?
  • The ARN of the event bus.

    Declaration

    Swift

    public let sourceArn: String?
  • The state of the discoverer.

    Declaration

    Swift

    public let state: DiscovererState?
  • Tags associated with the resource.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(discovererArn: String? = nil, discovererId: String? = nil, sourceArn: String? = nil, state: DiscovererState? = nil, tags: [String : String]? = nil)