Class: Aws::Types::UpdateSyncBlockerOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSyncBlockerOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parent_resource_name ⇒ ::String
Returns the value of attribute parent_resource_name.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#sync_blocker ⇒ Types::SyncBlocker
Returns the value of attribute sync_blocker.
Instance Attribute Details
#parent_resource_name ⇒ ::String
Returns the value of attribute parent_resource_name.
523 524 525 |
# File 'sig/types.rbs', line 523 def parent_resource_name @parent_resource_name end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
522 523 524 |
# File 'sig/types.rbs', line 522 def resource_name @resource_name end |
#sync_blocker ⇒ Types::SyncBlocker
Returns the value of attribute sync_blocker.
524 525 526 |
# File 'sig/types.rbs', line 524 def sync_blocker @sync_blocker end |