Class: Aws::ElasticBeanstalk::Types::Builder
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::Builder
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
The builder used to build the custom platform.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the builder.
Instance Attribute Details
#arn ⇒ String
The ARN of the builder.
516 517 518 519 520 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 516 class Builder < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |