Class: Aws::Types::StartDeleteMonitorDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartDeleteMonitorDeploymentResponse
- 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.
4398 4399 4400 |
# File 'sig/types.rbs', line 4398 def arn @arn end |
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute cloud_watch_alarm_template_group_ids.
4399 4400 4401 |
# File 'sig/types.rbs', line 4399 def cloud_watch_alarm_template_group_ids @cloud_watch_alarm_template_group_ids end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4400 4401 4402 |
# File 'sig/types.rbs', line 4400 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4401 4402 4403 |
# File 'sig/types.rbs', line 4401 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
4402 4403 4404 |
# File 'sig/types.rbs', line 4402 def discovery_entry_point_arn @discovery_entry_point_arn end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4403 4404 4405 |
# File 'sig/types.rbs', line 4403 def @error_message end |
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute event_bridge_rule_template_group_ids.
4404 4405 4406 |
# File 'sig/types.rbs', line 4404 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.
4405 4406 4407 |
# File 'sig/types.rbs', line 4405 def failed_media_resource_map @failed_media_resource_map end |
#id ⇒ ::String
Returns the value of attribute id.
4406 4407 4408 |
# File 'sig/types.rbs', line 4406 def id @id end |
#last_discovered_at ⇒ ::Time
Returns the value of attribute last_discovered_at.
4407 4408 4409 |
# File 'sig/types.rbs', line 4407 def last_discovered_at @last_discovered_at end |
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
Returns the value of attribute last_successful_monitor_deployment.
4408 4409 4410 |
# File 'sig/types.rbs', line 4408 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.
4409 4410 4411 |
# File 'sig/types.rbs', line 4409 def media_resource_map @media_resource_map end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4410 4411 4412 |
# File 'sig/types.rbs', line 4410 def modified_at @modified_at end |
#monitor_changes_pending_deployment ⇒ Boolean
Returns the value of attribute monitor_changes_pending_deployment.
4411 4412 4413 |
# File 'sig/types.rbs', line 4411 def monitor_changes_pending_deployment @monitor_changes_pending_deployment end |
#monitor_deployment ⇒ Types::MonitorDeployment
Returns the value of attribute monitor_deployment.
4412 4413 4414 |
# File 'sig/types.rbs', line 4412 def monitor_deployment @monitor_deployment end |
#name ⇒ ::String
Returns the value of attribute name.
4413 4414 4415 |
# File 'sig/types.rbs', line 4413 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
4414 4415 4416 |
# File 'sig/types.rbs', line 4414 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4415 4416 4417 |
# File 'sig/types.rbs', line 4415 def @tags end |