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.
403 404 405 |
# File 'sig/types.rbs', line 403 def contexts @contexts end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
402 403 404 |
# File 'sig/types.rbs', line 402 def created_at @created_at end |
#created_reason ⇒ ::String
Returns the value of attribute created_reason.
401 402 403 |
# File 'sig/types.rbs', line 401 def created_reason @created_reason end |
#id ⇒ ::String
Returns the value of attribute id.
398 399 400 |
# File 'sig/types.rbs', line 398 def id @id end |
#resolved_at ⇒ ::Time
Returns the value of attribute resolved_at.
405 406 407 |
# File 'sig/types.rbs', line 405 def resolved_at @resolved_at end |
#resolved_reason ⇒ ::String
Returns the value of attribute resolved_reason.
404 405 406 |
# File 'sig/types.rbs', line 404 def resolved_reason @resolved_reason end |
#status ⇒ "ACTIVE", "RESOLVED"
Returns the value of attribute status.
400 401 402 |
# File 'sig/types.rbs', line 400 def status @status end |
#type ⇒ "AUTOMATED"
Returns the value of attribute type.
399 400 401 |
# File 'sig/types.rbs', line 399 def type @type end |