Class: Aws::Types::CreateSignalMapResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSignalMapResponse
- 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.
3972 3973 3974 |
# File 'sig/types.rbs', line 3972 def arn @arn end |
#cloud_watch_alarm_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute cloud_watch_alarm_template_group_ids.
3973 3974 3975 |
# File 'sig/types.rbs', line 3973 def cloud_watch_alarm_template_group_ids @cloud_watch_alarm_template_group_ids end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3974 3975 3976 |
# File 'sig/types.rbs', line 3974 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
3975 3976 3977 |
# File 'sig/types.rbs', line 3975 def description @description end |
#discovery_entry_point_arn ⇒ ::String
Returns the value of attribute discovery_entry_point_arn.
3976 3977 3978 |
# File 'sig/types.rbs', line 3976 def discovery_entry_point_arn @discovery_entry_point_arn end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
3977 3978 3979 |
# File 'sig/types.rbs', line 3977 def end |
#event_bridge_rule_template_group_ids ⇒ ::Array[::String]
Returns the value of attribute event_bridge_rule_template_group_ids.
3978 3979 3980 |
# File 'sig/types.rbs', line 3978 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.
3979 3980 3981 |
# File 'sig/types.rbs', line 3979 def failed_media_resource_map @failed_media_resource_map end |
#id ⇒ ::String
Returns the value of attribute id.
3980 3981 3982 |
# File 'sig/types.rbs', line 3980 def id @id end |
#last_discovered_at ⇒ ::Time
Returns the value of attribute last_discovered_at.
3981 3982 3983 |
# File 'sig/types.rbs', line 3981 def last_discovered_at @last_discovered_at end |
#last_successful_monitor_deployment ⇒ Types::SuccessfulMonitorDeployment
Returns the value of attribute last_successful_monitor_deployment.
3982 3983 3984 |
# File 'sig/types.rbs', line 3982 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.
3983 3984 3985 |
# File 'sig/types.rbs', line 3983 def media_resource_map @media_resource_map end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
3984 3985 3986 |
# File 'sig/types.rbs', line 3984 def modified_at @modified_at end |
#monitor_changes_pending_deployment ⇒ Boolean
Returns the value of attribute monitor_changes_pending_deployment.
3985 3986 3987 |
# File 'sig/types.rbs', line 3985 def monitor_changes_pending_deployment @monitor_changes_pending_deployment end |
#monitor_deployment ⇒ Types::MonitorDeployment
Returns the value of attribute monitor_deployment.
3986 3987 3988 |
# File 'sig/types.rbs', line 3986 def monitor_deployment @monitor_deployment end |
#name ⇒ ::String
Returns the value of attribute name.
3987 3988 3989 |
# File 'sig/types.rbs', line 3987 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
3988 3989 3990 |
# File 'sig/types.rbs', line 3988 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3989 3990 3991 |
# File 'sig/types.rbs', line 3989 def end |