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.
4518 4519 4520 |
# File 'sig/types.rbs', line 4518 def cloud_watch_alarm_template_group_identifiers @cloud_watch_alarm_template_group_identifiers end |
#description ⇒ ::String
Returns the value of attribute description.
4519 4520 4521 |
# File 'sig/types.rbs', line 4519 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
4520 4521 4522 |
# File 'sig/types.rbs', line 4520 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.
4521 4522 4523 |
# File 'sig/types.rbs', line 4521 def event_bridge_rule_template_group_identifiers @event_bridge_rule_template_group_identifiers end |
#force_rediscovery ⇒ Boolean
Returns the value of attribute force_rediscovery.
4522 4523 4524 |
# File 'sig/types.rbs', line 4522 def force_rediscovery @force_rediscovery end |
#name ⇒ ::String
Returns the value of attribute name.
4523 4524 4525 |
# File 'sig/types.rbs', line 4523 def name @name end |