Class: Aws::Inspector::Types::RulesPackage

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the rules package.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2466

class RulesPackage < Struct.new(
  :arn,
  :name,
  :version,
  :provider,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the rules package.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2466

class RulesPackage < Struct.new(
  :arn,
  :name,
  :version,
  :provider,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rules package.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2466

class RulesPackage < Struct.new(
  :arn,
  :name,
  :version,
  :provider,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The provider of the rules package.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2466

class RulesPackage < Struct.new(
  :arn,
  :name,
  :version,
  :provider,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version ID of the rules package.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2466

class RulesPackage < Struct.new(
  :arn,
  :name,
  :version,
  :provider,
  :description)
  SENSITIVE = []
  include Aws::Structure
end