Class: Aws::AppConfig::Types::Deployments
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::Deployments
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::DeploymentSummary>
The elements from this collection.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#items ⇒ Array<Types::DeploymentSummary>
The elements from this collection.
1365 1366 1367 1368 1369 1370 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1365 class Deployments < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
1365 1366 1367 1368 1369 1370 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1365 class Deployments < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |