DescribeActivityTypeInput

public struct DescribeActivityTypeInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The activity type to get information about. Activity types are identified by the name and version that were supplied when the activity was registered.

    Declaration

    Swift

    public let activityType: ActivityType
  • The name of the domain in which the activity type is registered.

    Declaration

    Swift

    public let domain: String
  • Undocumented

    Declaration

    Swift

    public init(activityType: ActivityType, domain: String)
  • Declaration

    Swift

    public func validate(name: String) throws