Class: Aws::Types::StartUpdateSignalMapRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartUpdateSignalMapRequest
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#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.
4497 4498 4499 |
# File 'sig/types.rbs', line 4497 def cloud_watch_alarm_template_group_identifiers @cloud_watch_alarm_template_group_identifiers end |
#description ⇒ ::String
Returns the value of attribute description.
4498 4499 4500 |
# File 'sig/types.rbs', line 4498 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
4499 4500 4501 |
# File 'sig/types.rbs', line 4499 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.
4500 4501 4502 |
# File 'sig/types.rbs', line 4500 def event_bridge_rule_template_group_identifiers @event_bridge_rule_template_group_identifiers end |
#force_rediscovery ⇒ Boolean
Returns the value of attribute force_rediscovery.
4501 4502 4503 |
# File 'sig/types.rbs', line 4501 def force_rediscovery @force_rediscovery end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
4502 4503 4504 |
# File 'sig/types.rbs', line 4502 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
4503 4504 4505 |
# File 'sig/types.rbs', line 4503 def name @name end |