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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/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 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 2648

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