Class: Aws::AmplifyBackend::Types::S3BucketInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::S3BucketInfo
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Describes the metadata of the S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date ⇒ String
The creation date of the S3 bucket.
-
#name ⇒ String
The name of the S3 bucket.
Instance Attribute Details
#creation_date ⇒ String
The creation date of the S3 bucket.
2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2926 class S3BucketInfo < Struct.new( :creation_date, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the S3 bucket.
2926 2927 2928 2929 2930 2931 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2926 class S3BucketInfo < Struct.new( :creation_date, :name) SENSITIVE = [] include Aws::Structure end |