Class: Aws::ElasticBeanstalk::Types::ListPlatformBranchesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ListPlatformBranchesResult
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
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. -
#platform_branch_summary_list ⇒ Array<Types::PlatformBranchSummary>
Summary information about the platform branches.
Instance Attribute Details
#next_token ⇒ String
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.
2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2875 class ListPlatformBranchesResult < Struct.new( :platform_branch_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#platform_branch_summary_list ⇒ Array<Types::PlatformBranchSummary>
Summary information about the platform branches.
2875 2876 2877 2878 2879 2880 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2875 class ListPlatformBranchesResult < Struct.new( :platform_branch_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |