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)


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

#typeString

The type of the resource scope.

Returns:

  • (String)


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