Class: Aws::Types::GetSignalMapResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::GetSignalMapResponseContent
- 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.
4228 4229 4230 |
# File 'sig/types.rbs', line 4228 def arn @arn end |
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute cloud_watch_alarm_template_group_ids.
4229 4230 4231 |
# File 'sig/types.rbs', line 4229 def cloud_watch_alarm_template_group_ids @cloud_watch_alarm_template_group_ids end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4230 4231 4232 |
# File 'sig/types.rbs', line 4230 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4231 4232 4233 |
# File 'sig/types.rbs', line 4231 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
4232 4233 4234 |
# File 'sig/types.rbs', line 4232 def discovery_entry_point_arn @discovery_entry_point_arn end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4233 4234 4235 |
# File 'sig/types.rbs', line 4233 def @error_message end |
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute event_bridge_rule_template_group_ids.
4234 4235 4236 |
# File 'sig/types.rbs', line 4234 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.
4235 4236 4237 |
# File 'sig/types.rbs', line 4235 def failed_media_resource_map @failed_media_resource_map end |
#id ⇒ ::String
Returns the value of attribute id.
4236 4237 4238 |
# File 'sig/types.rbs', line 4236 def id @id end |
#last_discovered_at ⇒ ::Time
Returns the value of attribute last_discovered_at.
4237 4238 4239 |
# File 'sig/types.rbs', line 4237 def last_discovered_at @last_discovered_at end |
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
Returns the value of attribute last_successful_monitor_deployment.
4238 4239 4240 |
# File 'sig/types.rbs', line 4238 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.
4239 4240 4241 |
# File 'sig/types.rbs', line 4239 def media_resource_map @media_resource_map end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4240 4241 4242 |
# File 'sig/types.rbs', line 4240 def modified_at @modified_at end |
#monitor_changes_pending_deployment ⇒ Boolean
Returns the value of attribute monitor_changes_pending_deployment.
4241 4242 4243 |
# File 'sig/types.rbs', line 4241 def monitor_changes_pending_deployment @monitor_changes_pending_deployment end |
#monitor_deployment ⇒ Types::MonitorDeployment
Returns the value of attribute monitor_deployment.
4242 4243 4244 |
# File 'sig/types.rbs', line 4242 def monitor_deployment @monitor_deployment end |
#name ⇒ ::String
Returns the value of attribute name.
4243 4244 4245 |
# File 'sig/types.rbs', line 4243 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
4244 4245 4246 |
# File 'sig/types.rbs', line 4244 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4245 4246 4247 |
# File 'sig/types.rbs', line 4245 def @tags end |