Class: Aws::Types::CreateSignalMapRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::CreateSignalMapRequestContent
- 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.
3961 3962 3963 |
# File 'sig/types.rbs', line 3961 def cloud_watch_alarm_template_group_identifiers @cloud_watch_alarm_template_group_identifiers end |
#description ⇒ ::String
Returns the value of attribute description.
3962 3963 3964 |
# File 'sig/types.rbs', line 3962 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
3963 3964 3965 |
# File 'sig/types.rbs', line 3963 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.
3964 3965 3966 |
# File 'sig/types.rbs', line 3964 def event_bridge_rule_template_group_identifiers @event_bridge_rule_template_group_identifiers end |
#name ⇒ ::String
Returns the value of attribute name.
3965 3966 3967 |
# File 'sig/types.rbs', line 3965 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3967 3968 3969 |
# File 'sig/types.rbs', line 3967 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3966 3967 3968 |
# File 'sig/types.rbs', line 3966 def end |