GroupResourcesOutput
public struct GroupResourcesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARNs of the resources that failed to be added to the group by this operation.
Declaration
Swift
public let failed: [FailedResource]?
-
The ARNs of the resources that were successfully added to the group by this operation.
Declaration
Swift
public let succeeded: [String]?
-
Undocumented
Declaration
Swift
public init(failed: [FailedResource]? = nil, succeeded: [String]? = nil)