UpdateComponentRequest
public struct UpdateComponentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the component.
Declaration
Swift
public let componentName: String
-
The new name of the component.
Declaration
Swift
public let newComponentName: 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, newComponentName: String? = nil, resourceGroupName: String, resourceList: [String]? = nil)
-
Declaration
Swift
public func validate(name: String) throws