Class: Aws::AppConfig::Types::Environments
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::Environments
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::Environment>
The elements from this collection.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#items ⇒ Array<Types::Environment>
The elements from this collection.
1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1424 class Environments < 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.
1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1424 class Environments < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |