Class: Aws::ElasticBeanstalk::Types::CreateStorageLocationResultMessage

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

Overview

Results of a CreateStorageLocationResult call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The name of the Amazon S3 bucket created.

Returns:

  • (String)


1374
1375
1376
1377
1378
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1374

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