Class: Aws::AmplifyBackend::Types::ListS3BucketsReqObj

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

Instance Attribute Details

#next_tokenString

Reserved for future use.

Returns:

  • (String)


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