Class: Aws::Types::StartUpdateSignalMapResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartUpdateSignalMapResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute cloud_watch_alarm_template_group_ids.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute event_bridge_rule_template_group_ids.
-
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
Returns the value of attribute failed_media_resource_map.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_discovered_at ⇒ ::Time
Returns the value of attribute last_discovered_at.
-
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
Returns the value of attribute last_successful_monitor_deployment.
-
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
Returns the value of attribute media_resource_map.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#monitor_changes_pending_deployment ⇒ Boolean
Returns the value of attribute monitor_changes_pending_deployment.
-
#monitor_deployment ⇒ Types::MonitorDeployment
Returns the value of attribute monitor_deployment.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4518 4519 4520 |
# File 'sig/types.rbs', line 4518 def arn @arn end |
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute cloud_watch_alarm_template_group_ids.
4519 4520 4521 |
# File 'sig/types.rbs', line 4519 def cloud_watch_alarm_template_group_ids @cloud_watch_alarm_template_group_ids end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4520 4521 4522 |
# File 'sig/types.rbs', line 4520 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4521 4522 4523 |
# File 'sig/types.rbs', line 4521 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
4522 4523 4524 |
# File 'sig/types.rbs', line 4522 def discovery_entry_point_arn @discovery_entry_point_arn end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4523 4524 4525 |
# File 'sig/types.rbs', line 4523 def @error_message end |
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute event_bridge_rule_template_group_ids.
4524 4525 4526 |
# File 'sig/types.rbs', line 4524 def event_bridge_rule_template_group_ids @event_bridge_rule_template_group_ids end |
#failed_media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
Returns the value of attribute failed_media_resource_map.
4525 4526 4527 |
# File 'sig/types.rbs', line 4525 def failed_media_resource_map @failed_media_resource_map end |
#id ⇒ ::String
Returns the value of attribute id.
4526 4527 4528 |
# File 'sig/types.rbs', line 4526 def id @id end |
#last_discovered_at ⇒ ::Time
Returns the value of attribute last_discovered_at.
4527 4528 4529 |
# File 'sig/types.rbs', line 4527 def last_discovered_at @last_discovered_at end |
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
Returns the value of attribute last_successful_monitor_deployment.
4528 4529 4530 |
# File 'sig/types.rbs', line 4528 def last_successful_monitor_deployment @last_successful_monitor_deployment end |
#media_resource_map ⇒ ::Hash[::String, Types::MediaResource]
Returns the value of attribute media_resource_map.
4529 4530 4531 |
# File 'sig/types.rbs', line 4529 def media_resource_map @media_resource_map end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4530 4531 4532 |
# File 'sig/types.rbs', line 4530 def modified_at @modified_at end |
#monitor_changes_pending_deployment ⇒ Boolean
Returns the value of attribute monitor_changes_pending_deployment.
4531 4532 4533 |
# File 'sig/types.rbs', line 4531 def monitor_changes_pending_deployment @monitor_changes_pending_deployment end |
#monitor_deployment ⇒ Types::MonitorDeployment
Returns the value of attribute monitor_deployment.
4532 4533 4534 |
# File 'sig/types.rbs', line 4532 def monitor_deployment @monitor_deployment end |
#name ⇒ ::String
Returns the value of attribute name.
4533 4534 4535 |
# File 'sig/types.rbs', line 4533 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
4534 4535 4536 |
# File 'sig/types.rbs', line 4534 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4535 4536 4537 |
# File 'sig/types.rbs', line 4535 def @tags end |