Class: Aws::Proton::Types::ListEnvironmentProvisionedResourcesInput

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

#environment_nameString

The environment name.

Returns:

  • (String)


3610
3611
3612
3613
3614
3615
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3610

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

#next_tokenString

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

Returns:

  • (String)


3610
3611
3612
3613
3614
3615
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3610

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