Class: Aws::Types::SyncBlocker
- Inherits:
-
Object
- Object
- Aws::Types::SyncBlocker
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contexts ⇒ ::Array[Types::SyncBlockerContext]
Returns the value of attribute contexts.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_reason ⇒ ::String
Returns the value of attribute created_reason.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#resolved_at ⇒ ::Time
Returns the value of attribute resolved_at.
-
#resolved_reason ⇒ ::String
Returns the value of attribute resolved_reason.
-
#status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute status.
-
#type ⇒ "AUTOMATED"
Returns the value of attribute type.
Instance Attribute Details
#contexts ⇒ ::Array[Types::SyncBlockerContext]
Returns the value of attribute contexts.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def contexts @contexts end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def created_at @created_at end |
#created_reason ⇒ ::String
Returns the value of attribute created_reason.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def created_reason @created_reason end |
#id ⇒ ::String
Returns the value of attribute id.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def id @id end |
#resolved_at ⇒ ::Time
Returns the value of attribute resolved_at.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def resolved_at @resolved_at end |
#resolved_reason ⇒ ::String
Returns the value of attribute resolved_reason.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def resolved_reason @resolved_reason end |
#status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute status.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def status @status end |
#type ⇒ "AUTOMATED"
Returns the value of attribute type.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def type @type end |