Class: Aws::Types::EventParameters
- Inherits:
-
Object
- Object
- Aws::Types::EventParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description_regex ⇒ ::String
Returns the value of attribute description_regex.
-
#event_type ⇒ "shareSnapshot"
Returns the value of attribute event_type.
-
#snapshot_owner ⇒ ::Array[::String]
Returns the value of attribute snapshot_owner.
Instance Attribute Details
#description_regex ⇒ ::String
Returns the value of attribute description_regex.
117 118 119 |
# File 'sig/types.rbs', line 117 def description_regex @description_regex end |
#event_type ⇒ "shareSnapshot"
Returns the value of attribute event_type.
115 116 117 |
# File 'sig/types.rbs', line 115 def event_type @event_type end |
#snapshot_owner ⇒ ::Array[::String]
Returns the value of attribute snapshot_owner.
116 117 118 |
# File 'sig/types.rbs', line 116 def snapshot_owner @snapshot_owner end |