Class: Aws::Types::UpdateRuleOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleOutput
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detail ⇒ Types::RuleDetail
Returns the value of attribute detail.
-
#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.
-
#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.
6829 6830 6831 |
# File 'sig/types.rbs', line 6829 def action @action end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6833 6834 6835 |
# File 'sig/types.rbs', line 6833 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6835 6836 6837 |
# File 'sig/types.rbs', line 6835 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
6832 6833 6834 |
# File 'sig/types.rbs', line 6832 def description @description end |
#detail ⇒ Types::RuleDetail
Returns the value of attribute detail.
6831 6832 6833 |
# File 'sig/types.rbs', line 6831 def detail @detail end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6824 6825 6826 |
# File 'sig/types.rbs', line 6824 def identifier @identifier end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
6836 6837 6838 |
# File 'sig/types.rbs', line 6836 def last_updated_by @last_updated_by end |
#name ⇒ ::String
Returns the value of attribute name.
6826 6827 6828 |
# File 'sig/types.rbs', line 6826 def name @name end |
#revision ⇒ ::String
Returns the value of attribute revision.
6825 6826 6827 |
# File 'sig/types.rbs', line 6825 def revision @revision end |
#rule_type ⇒ "METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"
Returns the value of attribute rule_type.
6827 6828 6829 |
# File 'sig/types.rbs', line 6827 def rule_type @rule_type end |
#scope ⇒ Types::RuleScope
Returns the value of attribute scope.
6830 6831 6832 |
# File 'sig/types.rbs', line 6830 def scope @scope end |
#target ⇒ Types::RuleTarget
Returns the value of attribute target.
6828 6829 6830 |
# File 'sig/types.rbs', line 6828 def target @target end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6834 6835 6836 |
# File 'sig/types.rbs', line 6834 def updated_at @updated_at end |