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