Class: Aws::AmplifyBackend::Types::ListS3BucketsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ListS3BucketsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#buckets ⇒ Array<Types::S3BucketInfo>
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_token ⇒ 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 |