Class: Aws::Types::CreateRuleOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleOutput
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
Instance Attribute Details
#action ⇒ "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
Returns the value of attribute action.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def action @action end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def description @description end |
#detail ⇒ Types::RuleDetail
Returns the value of attribute detail.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def detail @detail end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def name @name end |
#rule_type ⇒ "METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"
Returns the value of attribute rule_type.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def rule_type @rule_type end |
#scope ⇒ Types::RuleScope
Returns the value of attribute scope.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def scope @scope end |
#target ⇒ Types::RuleTarget
Returns the value of attribute target.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def target @target end |
#target_type ⇒ "DOMAIN_UNIT"
Returns the value of attribute target_type.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def target_type @target_type end |