Class: Aws::ElasticBeanstalk::Types::ListPlatformBranchesResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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)


2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2878

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

#platform_branch_summary_listArray<Types::PlatformBranchSummary>

Summary information about the platform branches.

Returns:



2878
2879
2880
2881
2882
2883
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2878

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