GroupResourcesInput
public struct GroupResourcesInput : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The name or the ARN of the resource group to add resources to.
Declaration
Swift
public let group: String - 
                  
                  
The list of ARNs for resources to be added to the group.
Declaration
Swift
public let resourceArns: [String] - 
                  
                  
Undocumented
Declaration
Swift
public init(group: String, resourceArns: [String]) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        GroupResourcesInput Structure Reference