Class: Aws::ElasticBeanstalk::Types::Builder

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

Overview

The builder used to build the custom platform.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the builder.

Returns:

  • (String)


491
492
493
494
495
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 491

class Builder < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end