Class: Aws::Types::StartUpdateSignalMapRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::StartUpdateSignalMapRequestContent
- 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.
-
#force_rediscovery ⇒ Boolean
Returns the value of attribute force_rediscovery.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#cloud_watch_alarm_template_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute cloud_watch_alarm_template_group_identifiers.
4508 4509 4510 |
# File 'sig/types.rbs', line 4508 def cloud_watch_alarm_template_group_identifiers @cloud_watch_alarm_template_group_identifiers end |
#description ⇒ ::String
Returns the value of attribute description.
4509 4510 4511 |
# File 'sig/types.rbs', line 4509 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
4510 4511 4512 |
# File 'sig/types.rbs', line 4510 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.
4511 4512 4513 |
# File 'sig/types.rbs', line 4511 def event_bridge_rule_template_group_identifiers @event_bridge_rule_template_group_identifiers end |
#force_rediscovery ⇒ Boolean
Returns the value of attribute force_rediscovery.
4512 4513 4514 |
# File 'sig/types.rbs', line 4512 def force_rediscovery @force_rediscovery end |
#name ⇒ ::String
Returns the value of attribute name.
4513 4514 4515 |
# File 'sig/types.rbs', line 4513 def name @name end |