DescribeExecutionInput
public struct DescribeExecutionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the execution to describe.
Declaration
Swift
public let executionArn: String
-
Undocumented
Declaration
Swift
public init(executionArn: String)
-
Declaration
Swift
public func validate(name: String) throws