Class: Aws::ConfigService::Types::RemediationExceptionResourceKey

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

The details that identify a resource within Config, including the resource type and resource ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource (for example., sg-xxxxxx).

Returns:

  • (String)


7756
7757
7758
7759
7760
7761
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7756

class RemediationExceptionResourceKey < Struct.new(
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of a resource.

Returns:

  • (String)


7756
7757
7758
7759
7760
7761
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7756

class RemediationExceptionResourceKey < Struct.new(
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end