Class: Aws::S3Control::Types::ListStorageLensGroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID that owns the Storage Lens groups.

Returns:

  • (String)


5129
5130
5131
5132
5133
5134
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5129

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

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


5129
5130
5131
5132
5133
5134
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5129

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