Class: Aws::Types::ListServicePipelineProvisionedResourcesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListServicePipelineProvisionedResourcesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#provisioned_resources ⇒ ::Array[Types::ProvisionedResource]
Returns the value of attribute provisioned_resources.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def next_token @next_token end |
#provisioned_resources ⇒ ::Array[Types::ProvisionedResource]
Returns the value of attribute provisioned_resources.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def provisioned_resources @provisioned_resources end |