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.
3951 3952 3953 |
# File 'sig/types.rbs', line 3951 def cloud_watch_alarm_template_group_identifiers @cloud_watch_alarm_template_group_identifiers end |
#description ⇒ ::String
Returns the value of attribute description.
3952 3953 3954 |
# File 'sig/types.rbs', line 3952 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
3953 3954 3955 |
# File 'sig/types.rbs', line 3953 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.
3954 3955 3956 |
# File 'sig/types.rbs', line 3954 def event_bridge_rule_template_group_identifiers @event_bridge_rule_template_group_identifiers end |
#name ⇒ ::String
Returns the value of attribute name.
3955 3956 3957 |
# File 'sig/types.rbs', line 3955 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
3957 3958 3959 |
# File 'sig/types.rbs', line 3957 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3956 3957 3958 |
# File 'sig/types.rbs', line 3956 def @tags end |