AssociateDiscoveredResourceRequest
public struct AssociateDiscoveredResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Object representing a Resource.
Declaration
Swift
public let discoveredResource: DiscoveredResource -
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
Declaration
Swift
public let dryRun: Bool? -
The identifier given to the MigrationTask. Do not store personal data in this field.
Declaration
Swift
public let migrationTaskName: String -
The name of the ProgressUpdateStream.
Declaration
Swift
public let progressUpdateStream: String -
Undocumented
Declaration
Swift
public init(discoveredResource: DiscoveredResource, dryRun: Bool? = nil, migrationTaskName: String, progressUpdateStream: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AssociateDiscoveredResourceRequest Structure Reference