Class: Aws::ConfigService::Types::RemediationExceptionResourceKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::RemediationExceptionResourceKey
- 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
-
#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).
8275 8276 8277 8278 8279 8280 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8275 class RemediationExceptionResourceKey < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of a resource.
8275 8276 8277 8278 8279 8280 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8275 class RemediationExceptionResourceKey < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |