Class: Aws::AppConfig::Types::Deployments

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appconfig/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::DeploymentSummary>

The elements from this collection.

Returns:



1367
1368
1369
1370
1371
1372
# File 'lib/aws-sdk-appconfig/types.rb', line 1367

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

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


1367
1368
1369
1370
1371
1372
# File 'lib/aws-sdk-appconfig/types.rb', line 1367

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