Class: Aws::Types::GetServiceInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
786 787 788 |
# File 'sig/types.rbs', line 786 def name @name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
787 788 789 |
# File 'sig/types.rbs', line 787 def service_name @service_name end |