Class: Aws::Lightsail::Types::CreateBucketResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateBucketResult
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ Types::Bucket
An object that describes the bucket that is created.
-
#operations ⇒ Array<Types::Operation>
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
Instance Attribute Details
#bucket ⇒ Types::Bucket
An object that describes the bucket that is created.
2945 2946 2947 2948 2949 2950 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2945 class CreateBucketResult < Struct.new( :bucket, :operations) SENSITIVE = [] include Aws::Structure end |
#operations ⇒ Array<Types::Operation>
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
2945 2946 2947 2948 2949 2950 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2945 class CreateBucketResult < Struct.new( :bucket, :operations) SENSITIVE = [] include Aws::Structure end |