Class: Aws::Types::UpdateSyncBlockerInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSyncBlockerInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#resolved_reason ⇒ ::String
Returns the value of attribute resolved_reason.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
514 515 516 |
# File 'sig/types.rbs', line 514 def id @id end |
#resolved_reason ⇒ ::String
Returns the value of attribute resolved_reason.
517 518 519 |
# File 'sig/types.rbs', line 517 def resolved_reason @resolved_reason end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
516 517 518 |
# File 'sig/types.rbs', line 516 def resource_name @resource_name end |
#sync_type ⇒ "CFN_STACK_SYNC"
Returns the value of attribute sync_type.
515 516 517 |
# File 'sig/types.rbs', line 515 def sync_type @sync_type end |