Class: Aws::Types::ServiceSyncBlockerSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSyncBlockerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_blockers ⇒ ::Array[Types::SyncBlocker]
Returns the value of attribute latest_blockers.
-
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#latest_blockers ⇒ ::Array[Types::SyncBlocker]
Returns the value of attribute latest_blockers.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def latest_blockers @latest_blockers end |
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def service_name @service_name end |