DescribeHubResponse

public struct DescribeHubResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Whether to automatically enable new controls when they are added to standards that are enabled. If set to true, then new controls for enabled standards are enabled automatically. If set to false, then new controls are not enabled.

    Declaration

    Swift

    public let autoEnableControls: Bool?
  • The ARN of the Hub resource that was retrieved.

    Declaration

    Swift

    public let hubArn: String?
  • The date and time when Security Hub was enabled in the account.

    Declaration

    Swift

    public let subscribedAt: String?
  • Undocumented

    Declaration

    Swift

    public init(autoEnableControls: Bool? = nil, hubArn: String? = nil, subscribedAt: String? = nil)