Class: Aws::Types::CreateRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
Returns the value of attribute action.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#listener_identifier ⇒ ::String
Returns the value of attribute listener_identifier.
-
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#action ⇒ Types::RuleAction
Returns the value of attribute action.
166 167 168 |
# File 'sig/types.rbs', line 166 def action @action end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
167 168 169 |
# File 'sig/types.rbs', line 167 def client_token @client_token end |
#listener_identifier ⇒ ::String
Returns the value of attribute listener_identifier.
162 163 164 |
# File 'sig/types.rbs', line 162 def listener_identifier @listener_identifier end |
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
164 165 166 |
# File 'sig/types.rbs', line 164 def match @match end |
#name ⇒ ::String
Returns the value of attribute name.
163 164 165 |
# File 'sig/types.rbs', line 163 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
165 166 167 |
# File 'sig/types.rbs', line 165 def priority @priority end |
#service_identifier ⇒ ::String
Returns the value of attribute service_identifier.
161 162 163 |
# File 'sig/types.rbs', line 161 def service_identifier @service_identifier end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
168 169 170 |
# File 'sig/types.rbs', line 168 def @tags end |