DescribeChangeSetResponse

public struct DescribeChangeSetResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of ChangeSummary objects.

    Declaration

    Swift

    public let changeSet: [ChangeSummary]?
  • The ARN associated with the unique identifier for the change set referenced in this request.

    Declaration

    Swift

    public let changeSetArn: String?
  • Required. The unique identifier for the change set referenced in this request.

    Declaration

    Swift

    public let changeSetId: String?
  • The optional name provided in the StartChangeSet request. If you do not provide a name, one is set by default.

    Declaration

    Swift

    public let changeSetName: String?
  • The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.

    Declaration

    Swift

    public let endTime: String?
  • Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.

    Declaration

    Swift

    public let failureDescription: String?
  • The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.

    Declaration

    Swift

    public let startTime: String?
  • The status of the change request.

    Declaration

    Swift

    public let status: ChangeStatus?
  • Undocumented

    Declaration

    Swift

    public init(changeSet: [ChangeSummary]? = nil, changeSetArn: String? = nil, changeSetId: String? = nil, changeSetName: String? = nil, endTime: String? = nil, failureDescription: String? = nil, startTime: String? = nil, status: ChangeStatus? = nil)