DescribeStepInput
public struct DescribeStepInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the cluster with steps to describe.
Declaration
Swift
public let clusterId: String
-
The identifier of the step to describe.
Declaration
Swift
public let stepId: String
-
Undocumented
Declaration
Swift
public init(clusterId: String, stepId: String)