Class: Aws::ConfigService::Types::PutConfigRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::PutConfigRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_rule ⇒ Types::ConfigRule
The rule that you want to add to your account.
-
#tags ⇒ Array<Types::Tag>
An array of tag object.
Instance Attribute Details
#config_rule ⇒ Types::ConfigRule
The rule that you want to add to your account.
6471 6472 6473 6474 6475 6476 |
# File 'lib/aws-sdk-configservice/types.rb', line 6471 class PutConfigRuleRequest < Struct.new( :config_rule, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of tag object.
6471 6472 6473 6474 6475 6476 |
# File 'lib/aws-sdk-configservice/types.rb', line 6471 class PutConfigRuleRequest < Struct.new( :config_rule, :tags) SENSITIVE = [] include Aws::Structure end |