Class: Aws::Types::RuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
Returns the value of attribute action.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#revision ⇒ ::String
Returns the value of attribute revision.
-
#rule_type ⇒ "METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"
Returns the value of attribute rule_type.
-
#scope ⇒ Types::RuleScope
Returns the value of attribute scope.
-
#target ⇒ Types::RuleTarget
Returns the value of attribute target.
-
#target_type ⇒ "DOMAIN_UNIT"
Returns the value of attribute target_type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action ⇒ "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
Returns the value of attribute action.
5496 5497 5498 |
# File 'sig/types.rbs', line 5496 def action @action end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
5490 5491 5492 |
# File 'sig/types.rbs', line 5490 def identifier @identifier end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
5499 5500 5501 |
# File 'sig/types.rbs', line 5499 def last_updated_by @last_updated_by end |
#name ⇒ ::String
Returns the value of attribute name.
5493 5494 5495 |
# File 'sig/types.rbs', line 5493 def name @name end |
#revision ⇒ ::String
Returns the value of attribute revision.
5491 5492 5493 |
# File 'sig/types.rbs', line 5491 def revision @revision end |
#rule_type ⇒ "METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"
Returns the value of attribute rule_type.
5492 5493 5494 |
# File 'sig/types.rbs', line 5492 def rule_type @rule_type end |
#scope ⇒ Types::RuleScope
Returns the value of attribute scope.
5497 5498 5499 |
# File 'sig/types.rbs', line 5497 def scope @scope end |
#target ⇒ Types::RuleTarget
Returns the value of attribute target.
5495 5496 5497 |
# File 'sig/types.rbs', line 5495 def target @target end |
#target_type ⇒ "DOMAIN_UNIT"
Returns the value of attribute target_type.
5494 5495 5496 |
# File 'sig/types.rbs', line 5494 def target_type @target_type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5498 5499 5500 |
# File 'sig/types.rbs', line 5498 def updated_at @updated_at end |