Class: Aws::SSM::Types::ValidationFindingScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ValidationFindingScope
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Identifies the specific resource scope of a validation finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource within the scope.
-
#type ⇒ String
The type of the resource scope.
Instance Attribute Details
#id ⇒ String
The ID of the resource within the scope.
21781 21782 21783 21784 21785 21786 |
# File 'lib/aws-sdk-ssm/types.rb', line 21781 class ValidationFindingScope < Struct.new( :type, :id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the resource scope.
21781 21782 21783 21784 21785 21786 |
# File 'lib/aws-sdk-ssm/types.rb', line 21781 class ValidationFindingScope < Struct.new( :type, :id) SENSITIVE = [] include Aws::Structure end |