Class: Aws::Inspector::Types::ListRulesPackagesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2143

class ListRulesPackagesResponse < Struct.new(
  :rules_package_arns,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rules_package_arnsArray<String>

The list of ARNs that specifies the rules packages returned by the action.

Returns:

  • (Array<String>)


2143
2144
2145
2146
2147
2148
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2143

class ListRulesPackagesResponse < Struct.new(
  :rules_package_arns,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end