Class: Aws::Types::CreateRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleInput
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ Types::RuleScope
Returns the value of attribute scope.
-
#target ⇒ Types::RuleTarget
Returns the value of attribute target.
Instance Attribute Details
#action ⇒ "CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"
Returns the value of attribute action.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def action @action end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def description @description end |
#detail ⇒ Types::RuleDetail
Returns the value of attribute detail.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def detail @detail end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def domain_identifier @domain_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def name @name end |
#scope ⇒ Types::RuleScope
Returns the value of attribute scope.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def scope @scope end |
#target ⇒ Types::RuleTarget
Returns the value of attribute target.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def target @target end |