DescribeStackSetOperationInput

public struct DescribeStackSetOperationInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID of the stack set operation.

    Declaration

    Swift

    public let operationId: String
  • The name or the unique stack ID of the stack set for the stack operation.

    Declaration

    Swift

    public let stackSetName: String
  • Undocumented

    Declaration

    Swift

    public init(operationId: String, stackSetName: String)
  • Declaration

    Swift

    public func validate(name: String) throws