Class: Aws::AmplifyBackend::Types::S3BucketInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_dateString

The creation date of the S3 bucket.

Returns:

  • (String)


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

#nameString

The name of the S3 bucket.

Returns:

  • (String)


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