Class: Aws::Types::CreateNotificationRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotificationRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
32 33 34 |
# File 'sig/types.rbs', line 32 def client_request_token @client_request_token end |
#detail_type ⇒ "BASIC", "FULL"
Returns the value of attribute detail_type.
31 32 33 |
# File 'sig/types.rbs', line 31 def detail_type @detail_type end |
#event_type_ids ⇒ ::Array[::String]
Returns the value of attribute event_type_ids.
28 29 30 |
# File 'sig/types.rbs', line 28 def event_type_ids @event_type_ids end |
#name ⇒ ::String
Returns the value of attribute name.
27 28 29 |
# File 'sig/types.rbs', line 27 def name @name end |
#resource ⇒ ::String
Returns the value of attribute resource.
29 30 31 |
# File 'sig/types.rbs', line 29 def resource @resource end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
34 35 36 |
# File 'sig/types.rbs', line 34 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
33 34 35 |
# File 'sig/types.rbs', line 33 def end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
30 31 32 |
# File 'sig/types.rbs', line 30 def targets @targets end |