ConfigurationOptionSetting

public struct ConfigurationOptionSetting : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique namespace that identifies the option’s associated AWS resource.

    Declaration

    Swift

    public let namespace: String?
  • The name of the configuration option.

    Declaration

    Swift

    public let optionName: String?
  • A unique resource name for the option setting. Use it for a time–based scaling configuration option.

    Declaration

    Swift

    public let resourceName: String?
  • The current value for the configuration option.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(namespace: String? = nil, optionName: String? = nil, resourceName: String? = nil, value: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws