Exclusion

public struct Exclusion : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN that specifies the exclusion.

    Declaration

    Swift

    public let arn: String
  • The system-defined attributes for the exclusion.

    Declaration

    Swift

    public let attributes: [Attribute]?
  • The description of the exclusion.

    Declaration

    Swift

    public let description: String
  • The recommendation for the exclusion.

    Declaration

    Swift

    public let recommendation: String
  • The AWS resources for which the exclusion pertains.

    Declaration

    Swift

    public let scopes: [Scope]
  • The name of the exclusion.

    Declaration

    Swift

    public let title: String
  • Undocumented

    Declaration

    Swift

    public init(arn: String, attributes: [Attribute]? = nil, description: String, recommendation: String, scopes: [Scope], title: String)