Class: Aws::ConfigService::Types::RemediationExceptionResourceKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::RemediationExceptionResourceKey
- Includes:
- Structure
- Defined in:
- 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
-
#resource_id ⇒ String
The ID of the resource (for example., sg-xxxxxx).
-
#resource_type ⇒ String
The type of a resource.
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource (for example., sg-xxxxxx).
7755 7756 7757 7758 7759 7760 |
# File 'lib/aws-sdk-configservice/types.rb', line 7755 class RemediationExceptionResourceKey < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of a resource.
7755 7756 7757 7758 7759 7760 |
# File 'lib/aws-sdk-configservice/types.rb', line 7755 class RemediationExceptionResourceKey < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |