Class: Aws::Inspector::Types::RulesPackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::RulesPackage
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
Contains information about an Amazon Inspector rules package. This data type is used as the response element in the DescribeRulesPackages action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the rules package.
-
#description ⇒ String
The description of the rules package.
-
#name ⇒ String
The name of the rules package.
-
#provider ⇒ String
The provider of the rules package.
-
#version ⇒ String
The version ID of the rules package.
Instance Attribute Details
#arn ⇒ String
The ARN of the rules package.
2885 2886 2887 2888 2889 2890 2891 2892 2893 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2885 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the rules package.
2885 2886 2887 2888 2889 2890 2891 2892 2893 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2885 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rules package.
2885 2886 2887 2888 2889 2890 2891 2892 2893 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2885 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider of the rules package.
2885 2886 2887 2888 2889 2890 2891 2892 2893 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2885 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version ID of the rules package.
2885 2886 2887 2888 2889 2890 2891 2892 2893 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2885 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |