Class: Aws::AmplifyBackend::Types::ListS3BucketsReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::ListS3BucketsReqObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Reserved for future use.
Instance Attribute Details
#next_token ⇒ String
Reserved for future use.
2648 2649 2650 2651 2652 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2648 class ListS3BucketsReqObj < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |