Class: Aws::Proton::Types::ListComponentProvisionedResourcesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of provisioned resources.

Returns:

  • (String)


3373
3374
3375
3376
3377
3378
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3373

class ListComponentProvisionedResourcesOutput < Struct.new(
  :next_token,
  :provisioned_resources)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_resourcesArray<Types::ProvisionedResource>

An array of provisioned resources for a component.

Returns:



3373
3374
3375
3376
3377
3378
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3373

class ListComponentProvisionedResourcesOutput < Struct.new(
  :next_token,
  :provisioned_resources)
  SENSITIVE = []
  include Aws::Structure
end