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.
Constant Summary collapse
- SENSITIVE =
[]
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.
1374 1375 1376 1377 1378 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1374 class CreateStorageLocationResultMessage < Struct.new( :s3_bucket) SENSITIVE = [] include Aws::Structure end |