Class: Aws::Types::ListServicePipelineProvisionedResourcesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



1118
1119
1120
# File 'sig/types.rbs', line 1118

def provisioned_resources
  @provisioned_resources
end