Class: Aws::Types::UpdateNotificationRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotificationRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#detail_type ⇒ "BASIC", "FULL"
Returns the value of attribute detail_type.
-
#event_type_ids ⇒ ::Array[::String]
Returns the value of attribute event_type_ids.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
240 241 242 |
# File 'sig/types.rbs', line 240 def arn @arn end |
#detail_type ⇒ "BASIC", "FULL"
Returns the value of attribute detail_type.
245 246 247 |
# File 'sig/types.rbs', line 245 def detail_type @detail_type end |
#event_type_ids ⇒ ::Array[::String]
Returns the value of attribute event_type_ids.
243 244 245 |
# File 'sig/types.rbs', line 243 def event_type_ids @event_type_ids end |
#name ⇒ ::String
Returns the value of attribute name.
241 242 243 |
# File 'sig/types.rbs', line 241 def name @name end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
242 243 244 |
# File 'sig/types.rbs', line 242 def status @status end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
244 245 246 |
# File 'sig/types.rbs', line 244 def targets @targets end |