Class: Aws::ConfigService::Types::DeleteResourceConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteResourceConfigRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
Unique identifier of the resource.
-
#resource_type ⇒ String
The type of the resource.
Instance Attribute Details
#resource_id ⇒ String
Unique identifier of the resource.
2095 2096 2097 2098 2099 2100 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2095 class DeleteResourceConfigRequest < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource.
2095 2096 2097 2098 2099 2100 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2095 class DeleteResourceConfigRequest < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |