DescribeConfigRulesResponse

public struct DescribeConfigRulesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The details about your AWS Config rules.

    Declaration

    Swift

    public let configRules: [ConfigRule]?
  • The string that you use in a subsequent request to get the next page of results in a paginated response.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(configRules: [ConfigRule]? = nil, nextToken: String? = nil)