Class: Aws::Types::GetRuleOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetRuleOutput
- 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.
-
#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.
3211 3212 3213 |
# File 'sig/types.rbs', line 3211 def action @action end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3216 3217 3218 |
# File 'sig/types.rbs', line 3216 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3218 3219 3220 |
# File 'sig/types.rbs', line 3218 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3215 3216 3217 |
# File 'sig/types.rbs', line 3215 def description @description end |
#detail ⇒ Types::RuleDetail
Returns the value of attribute detail.
3213 3214 3215 |
# File 'sig/types.rbs', line 3213 def detail @detail end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3206 3207 3208 |
# File 'sig/types.rbs', line 3206 def identifier @identifier end |
#last_updated_by ⇒ ::String
Returns the value of attribute last_updated_by.
3219 3220 3221 |
# File 'sig/types.rbs', line 3219 def last_updated_by @last_updated_by end |
#name ⇒ ::String
Returns the value of attribute name.
3208 3209 3210 |
# File 'sig/types.rbs', line 3208 def name @name end |
#revision ⇒ ::String
Returns the value of attribute revision.
3207 3208 3209 |
# File 'sig/types.rbs', line 3207 def revision @revision end |
#rule_type ⇒ "METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"
Returns the value of attribute rule_type.
3209 3210 3211 |
# File 'sig/types.rbs', line 3209 def rule_type @rule_type end |
#scope ⇒ Types::RuleScope
Returns the value of attribute scope.
3212 3213 3214 |
# File 'sig/types.rbs', line 3212 def scope @scope end |
#target ⇒ Types::RuleTarget
Returns the value of attribute target.
3210 3211 3212 |
# File 'sig/types.rbs', line 3210 def target @target end |
#target_type ⇒ "DOMAIN_UNIT"
Returns the value of attribute target_type.
3214 3215 3216 |
# File 'sig/types.rbs', line 3214 def target_type @target_type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3217 3218 3219 |
# File 'sig/types.rbs', line 3217 def updated_at @updated_at end |