ApplyEnvironmentManagedActionResult
public struct ApplyEnvironmentManagedActionResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A description of the managed action.
Declaration
Swift
public let actionDescription: String? -
The action ID of the managed action.
Declaration
Swift
public let actionId: String? -
The type of managed action.
Declaration
Swift
public let actionType: ActionType? -
The status of the managed action.
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public init(actionDescription: String? = nil, actionId: String? = nil, actionType: ActionType? = nil, status: String? = nil)
View on GitHub
ApplyEnvironmentManagedActionResult Structure Reference