Class: Aws::Types::CreateSignalMapRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSignalMapRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_alarm_template_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute cloud_watch_alarm_template_group_identifiers.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
-
#event_bridge_rule_template_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute event_bridge_rule_template_group_identifiers.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cloud_watch_alarm_template_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute cloud_watch_alarm_template_group_identifiers.
3940 3941 3942 |
# File 'sig/types.rbs', line 3940 def cloud_watch_alarm_template_group_identifiers @cloud_watch_alarm_template_group_identifiers end |
#description ⇒ ::String
Returns the value of attribute description.
3941 3942 3943 |
# File 'sig/types.rbs', line 3941 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
3942 3943 3944 |
# File 'sig/types.rbs', line 3942 def discovery_entry_point_arn @discovery_entry_point_arn end |
#event_bridge_rule_template_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute event_bridge_rule_template_group_identifiers.
3943 3944 3945 |
# File 'sig/types.rbs', line 3943 def event_bridge_rule_template_group_identifiers @event_bridge_rule_template_group_identifiers end |
#name ⇒ ::String
Returns the value of attribute name.
3944 3945 3946 |
# File 'sig/types.rbs', line 3944 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3946 3947 3948 |
# File 'sig/types.rbs', line 3946 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3945 3946 3947 |
# File 'sig/types.rbs', line 3945 def @tags end |