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.
4380 4381 4382 |
# File 'sig/types.rbs', line 4380 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4381 4382 4383 |
# File 'sig/types.rbs', line 4381 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4382 4383 4384 |
# File 'sig/types.rbs', line 4382 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
4383 4384 4385 |
# File 'sig/types.rbs', line 4383 def id @id end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
4384 4385 4386 |
# File 'sig/types.rbs', line 4384 def modified_at @modified_at end |
#monitor_deployment_status ⇒ "NOT_DEPLOYED", ...
Returns the value of attribute monitor_deployment_status.
4385 4386 4387 |
# File 'sig/types.rbs', line 4385 def monitor_deployment_status @monitor_deployment_status end |
#name ⇒ ::String
Returns the value of attribute name.
4386 4387 4388 |
# File 'sig/types.rbs', line 4386 def name @name end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
4387 4388 4389 |
# File 'sig/types.rbs', line 4387 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4388 4389 4390 |
# File 'sig/types.rbs', line 4388 def @tags end |