Class: Aws::ElasticBeanstalk::Types::ListPlatformVersionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ListPlatformVersionsResult
- 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_summary_list ⇒ Array<Types::PlatformSummary>
Summary information about the platform versions.
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.
2925 2926 2927 2928 2929 2930 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2925 class ListPlatformVersionsResult < Struct.new( :platform_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#platform_summary_list ⇒ Array<Types::PlatformSummary>
Summary information about the platform versions.
2925 2926 2927 2928 2929 2930 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2925 class ListPlatformVersionsResult < Struct.new( :platform_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |