Class: Aws::Inspector::Types::Scope

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

Overview

This data type contains key-value pairs that identify various Amazon resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The type of the scope.

Returns:

  • (String)


2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2489

class Scope < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The resource identifier for the specified scope type.

Returns:

  • (String)


2489
2490
2491
2492
2493
2494
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2489

class Scope < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end