Standard

public struct Standard : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description of the standard.

    Declaration

    Swift

    public let description: String?
  • Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default. When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled by default unless EnableDefaultStandards is set to false.

    Declaration

    Swift

    public let enabledByDefault: Bool?
  • The name of the standard.

    Declaration

    Swift

    public let name: String?
  • The ARN of a standard.

    Declaration

    Swift

    public let standardsArn: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, enabledByDefault: Bool? = nil, name: String? = nil, standardsArn: String? = nil)