Class: Aws::Inspector::Types::Scope
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::Scope
- Includes:
- Structure
- Defined in:
- 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
-
#key ⇒ String
The type of the scope.
-
#value ⇒ String
The resource identifier for the specified scope type.
Instance Attribute Details
#key ⇒ String
The type of the scope.
2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-inspector/types.rb', line 2489 class Scope < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The resource identifier for the specified scope type.
2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-inspector/types.rb', line 2489 class Scope < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |