Class: Aws::Types::ListServicePipelineProvisionedResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListServicePipelineProvisionedResourcesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def next_token @next_token end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def service_name @service_name end |