Class: Aws::Types::ListServiceInstanceProvisionedResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceInstanceProvisionedResourcesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#next_token ⇒ ::String
Returns the value of attribute next_token.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def next_token @next_token end |
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def service_name @service_name end |