RulesPackage class
Contains information about an Amazon Inspector rules package. This data type is used as the response element in the DescribeRulesPackages action.
Constructors
- RulesPackage({required String arn, required String name, required String provider, required String version, String? description})
-
RulesPackage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String
-
The ARN of the rules package.
final
- description → String?
-
The description of the rules package.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the rules package.
final
- provider → String
-
The provider of the rules package.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String
-
The version ID of the rules package.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited