DescribeConfigurationSettingsMessage

public struct DescribeConfigurationSettingsMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The application for the environment or configuration template.

    Declaration

    Swift

    public let applicationName: String
  • The name of the environment to describe. Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

    Declaration

    Swift

    public let environmentName: String?
  • The name of the configuration template to describe. Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter error.

    Declaration

    Swift

    public let templateName: String?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws