Class: Aws::Types::ListServiceInstanceOutputsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceInstanceOutputsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def deployment_id @deployment_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def next_token @next_token end |
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def service_name @service_name end |