Class: Aws::ElasticBeanstalk::Types::CreatePlatformVersionResult

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

#builderTypes::Builder

The builder used to create the custom platform.

Returns:



1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1359

class CreatePlatformVersionResult < Struct.new(
  :platform_summary,
  :builder)
  SENSITIVE = []
  include Aws::Structure
end

#platform_summaryTypes::PlatformSummary

Detailed information about the new version of the custom platform.



1359
1360
1361
1362
1363
1364
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1359

class CreatePlatformVersionResult < Struct.new(
  :platform_summary,
  :builder)
  SENSITIVE = []
  include Aws::Structure
end