Class: Aws::AmplifyBackend::Types::ListS3BucketsRespObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ListS3BucketsRespObj
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
The response object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#buckets ⇒ Array<Types::S3BucketInfo>
The list of S3 buckets.
-
#next_token ⇒ String
Reserved for future use.
Instance Attribute Details
#buckets ⇒ Array<Types::S3BucketInfo>
The list of S3 buckets.
2677 2678 2679 2680 2681 2682 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2677 class ListS3BucketsRespObj < Struct.new( :buckets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Reserved for future use.
2677 2678 2679 2680 2681 2682 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2677 class ListS3BucketsRespObj < Struct.new( :buckets, :next_token) SENSITIVE = [] include Aws::Structure end |