CreateComponentRequest
public struct CreateComponentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the component.
Declaration
Swift
public let componentName: String
-
The name of the resource group.
Declaration
Swift
public let resourceGroupName: String
-
The list of resource ARNs that belong to the component.
Declaration
Swift
public let resourceList: [String]
-
Undocumented
Declaration
Swift
public init(componentName: String, resourceGroupName: String, resourceList: [String])
-
Declaration
Swift
public func validate(name: String) throws