Class: Aws::ConfigService::Types::DeleteResourceConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

Unique identifier of the resource.

Returns:

  • (String)


2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2218

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

#resource_typeString

The type of the resource.

Returns:

  • (String)


2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2218

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