Class: Aws::Types::UpdateRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detail ⇒ Types::RuleDetail
Returns the value of attribute detail.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#include_child_domain_units ⇒ Boolean
Returns the value of attribute include_child_domain_units.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ Types::RuleScope
Returns the value of attribute scope.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
6816 6817 6818 |
# File 'sig/types.rbs', line 6816 def description @description end |
#detail ⇒ Types::RuleDetail
Returns the value of attribute detail.
6818 6819 6820 |
# File 'sig/types.rbs', line 6818 def detail @detail end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6813 6814 6815 |
# File 'sig/types.rbs', line 6813 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6814 6815 6816 |
# File 'sig/types.rbs', line 6814 def identifier @identifier end |
#include_child_domain_units ⇒ Boolean
Returns the value of attribute include_child_domain_units.
6819 6820 6821 |
# File 'sig/types.rbs', line 6819 def include_child_domain_units @include_child_domain_units end |
#name ⇒ ::String
Returns the value of attribute name.
6815 6816 6817 |
# File 'sig/types.rbs', line 6815 def name @name end |
#scope ⇒ Types::RuleScope
Returns the value of attribute scope.
6817 6818 6819 |
# File 'sig/types.rbs', line 6817 def scope @scope end |