GetDeploymentGroupInput
public struct GetDeploymentGroupInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
Declaration
Swift
public let applicationName: String
-
The name of a deployment group for the specified application.
Declaration
Swift
public let deploymentGroupName: String
-
Undocumented
Declaration
Swift
public init(applicationName: String, deploymentGroupName: String)
-
Declaration
Swift
public func validate(name: String) throws