Class: Aws::AmplifyBackend::Types::ListS3BucketsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplifybackend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketsArray<Types::S3BucketInfo>

Returns:



2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2692

class ListS3BucketsResponse < Struct.new(
  :buckets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2692

class ListS3BucketsResponse < Struct.new(
  :buckets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end