UngroupResourcesOutput

public struct UngroupResourcesOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The resources that failed to be removed from the group.

    Declaration

    Swift

    public let failed: [FailedResource]?
  • The ARNs of the resources that were successfully removed from the group.

    Declaration

    Swift

    public let succeeded: [String]?
  • Undocumented

    Declaration

    Swift

    public init(failed: [FailedResource]? = nil, succeeded: [String]? = nil)