DescribeEnvironmentResourcesMessage

public struct DescribeEnvironmentResourcesMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the environment to retrieve AWS resource usage data. Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

    Declaration

    Swift

    public let environmentId: String?
  • The name of the environment to retrieve AWS resource usage data. Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

    Declaration

    Swift

    public let environmentName: String?
  • Undocumented

    Declaration

    Swift

    public init(environmentId: String? = nil, environmentName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws