Class: Aws::ElasticBeanstalk::Types::CreateStorageLocationResultMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::CreateStorageLocationResultMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Results of a CreateStorageLocationResult call.
Instance Attribute Summary collapse
-
#s3_bucket ⇒ String
The name of the Amazon S3 bucket created.
Instance Attribute Details
#s3_bucket ⇒ String
The name of the Amazon S3 bucket created.
1385 1386 1387 1388 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1385 class CreateStorageLocationResultMessage < Struct.new( :s3_bucket) include Aws::Structure end |