Class: Aws::Inspector::Types::RulesPackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::RulesPackage
- Includes:
- Structure
- Defined in:
- 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.
2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-inspector/types.rb', line 2466 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the rules package.
2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-inspector/types.rb', line 2466 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rules package.
2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-inspector/types.rb', line 2466 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider of the rules package.
2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-inspector/types.rb', line 2466 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version ID of the rules package.
2466 2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-inspector/types.rb', line 2466 class RulesPackage < Struct.new( :arn, :name, :version, :provider, :description) SENSITIVE = [] include Aws::Structure end |