Class: Aws::Types::GetServiceSyncBlockerSummaryInput
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceSyncBlockerSummaryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
815 816 817 |
# File 'sig/types.rbs', line 815 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
816 817 818 |
# File 'sig/types.rbs', line 816 def service_name @service_name end |