ApplyEnvironmentManagedActionRequest
public struct ApplyEnvironmentManagedActionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The action ID of the scheduled managed action to execute.
Declaration
Swift
public let actionId: String -
The environment ID of the target environment.
Declaration
Swift
public let environmentId: String? -
The name of the target environment.
Declaration
Swift
public let environmentName: String? -
Undocumented
Declaration
Swift
public init(actionId: String, environmentId: String? = nil, environmentName: String? = nil)
View on GitHub
ApplyEnvironmentManagedActionRequest Structure Reference