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
The 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.
3140 3141 3142 3143 3144 3145 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3140 class ListAppVersionsResponse < Struct.new( :app_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
3140 3141 3142 3143 3144 3145 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3140 class ListAppVersionsResponse < Struct.new( :app_versions, :next_token) SENSITIVE = [] include Aws::Structure end |