Class: Aws::Types::SignalMapSummary
- Inherits:
-
Object
- Object
- Aws::Types::SignalMapSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#monitor_deployment_status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute monitor_deployment_status.
-
#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.
4390 4391 4392 |
# File 'sig/types.rbs', line 4390 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4391 4392 4393 |
# File 'sig/types.rbs', line 4391 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4392 4393 4394 |
# File 'sig/types.rbs', line 4392 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4393 4394 4395 |
# File 'sig/types.rbs', line 4393 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4394 4395 4396 |
# File 'sig/types.rbs', line 4394 def modified_at @modified_at end |
#monitor_deployment_status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute monitor_deployment_status.
4395 4396 4397 |
# File 'sig/types.rbs', line 4395 def monitor_deployment_status @monitor_deployment_status end |
#name ⇒ ::String
Returns the value of attribute name.
4396 4397 4398 |
# File 'sig/types.rbs', line 4396 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
4397 4398 4399 |
# File 'sig/types.rbs', line 4397 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4398 4399 4400 |
# File 'sig/types.rbs', line 4398 def end |