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:



3553
3554
3555
3556
3557
3558
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3553

class ListAppVersionsResponse < Struct.new(
  :app_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3553
3554
3555
3556
3557
3558
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3553

class ListAppVersionsResponse < Struct.new(
  :app_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end