Class: Aws::ElasticBeanstalk::Types::ListPlatformVersionsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

In a paginated request, if this value isn’t ‘null`, it’s the token that you can pass in a subsequent request to get the next response page.

Returns:

  • (String)


2925
2926
2927
2928
2929
2930
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2925

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

#platform_summary_listArray<Types::PlatformSummary>

Summary information about the platform versions.

Returns:



2925
2926
2927
2928
2929
2930
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2925

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