Class: Aws::ResilienceHub::Types::ListAppVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListAppVersionsResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_versions ⇒ Array<Types::AppVersionSummary>
The version of the application.
-
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
Instance Attribute Details
#app_versions ⇒ Array<Types::AppVersionSummary>
The version of the application.
4145 4146 4147 4148 4149 4150 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4145 class ListAppVersionsResponse < Struct.new( :app_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
4145 4146 4147 4148 4149 4150 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4145 class ListAppVersionsResponse < Struct.new( :app_versions, :next_token) SENSITIVE = [] include Aws::Structure end |