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.
21801 21802 21803 21804 21805 21806 |
# File 'lib/aws-sdk-ssm/types.rb', line 21801 class ValidationFindingScope < Struct.new( :type, :id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the resource scope.
21801 21802 21803 21804 21805 21806 |
# File 'lib/aws-sdk-ssm/types.rb', line 21801 class ValidationFindingScope < Struct.new( :type, :id) SENSITIVE = [] include Aws::Structure end |