Class: Aws::ResilienceHub::Types::ListAppVersionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_versionsArray<Types::AppVersionSummary>

The version of the application.

Returns:



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_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


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