Class: Aws::ConfigService::Types::DeleteOrganizationConfigRuleRequest

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

#organization_config_rule_nameString

The name of organization Config rule that you want to delete.

Returns:

  • (String)


2117
2118
2119
2120
2121
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2117

class DeleteOrganizationConfigRuleRequest < Struct.new(
  :organization_config_rule_name)
  SENSITIVE = []
  include Aws::Structure
end