StartChangeSetResponse

public struct StartChangeSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN associated to the unique identifier generated for the request.

    Declaration

    Swift

    public let changeSetArn: String?
  • Unique identifier generated for the request.

    Declaration

    Swift

    public let changeSetId: String?
  • Undocumented

    Declaration

    Swift

    public init(changeSetArn: String? = nil, changeSetId: String? = nil)