Class: Aws::ConfigService::Types::GetCustomRulePolicyRequest

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

#config_rule_nameString

The name of your Config Custom Policy rule.

Returns:

  • (String)


4441
4442
4443
4444
4445
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4441

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