CreateCustomActionTypeOutput
public struct CreateCustomActionTypeOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Returns information about the details of an action type.
Declaration
Swift
public let actionType: ActionType
-
Specifies the tags applied to the custom action.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(actionType: ActionType, tags: [Tag]? = nil)