DescribeEnvironmentHealthRequest
public struct DescribeEnvironmentHealthRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.
Declaration
Swift
public let attributeNames: [EnvironmentHealthAttribute]?
-
Specify the environment by ID. You must specify either this or an EnvironmentName, or both.
Declaration
Swift
public let environmentId: String?
-
Specify the environment by name. You must specify either this or an EnvironmentName, or both.
Declaration
Swift
public let environmentName: String?
-
Undocumented
Declaration
Swift
public init(attributeNames: [EnvironmentHealthAttribute]? = nil, environmentId: String? = nil, environmentName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws