Class: Aws::SSM::Types::ValidationFindingScope

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the resource within the scope.

Returns:

  • (String)


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

#typeString

The type of the resource scope.

Returns:

  • (String)


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