Class: Aws::Macie::Types::ListS3ResourcesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::ListS3ResourcesResult
- Defined in:
- gems/aws-sdk-macie/lib/aws-sdk-macie/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
-
#s3_resources ⇒ Array<Types::S3ResourceClassification>
A list of the associated S3 resources returned by the action.
Instance Attribute Details
#next_token ⇒ String
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
426 427 428 429 430 431 |
# File 'gems/aws-sdk-macie/lib/aws-sdk-macie/types.rb', line 426 class ListS3ResourcesResult < Struct.new( :s3_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#s3_resources ⇒ Array<Types::S3ResourceClassification>
A list of the associated S3 resources returned by the action.
426 427 428 429 430 431 |
# File 'gems/aws-sdk-macie/lib/aws-sdk-macie/types.rb', line 426 class ListS3ResourcesResult < Struct.new( :s3_resources, :next_token) SENSITIVE = [] include Aws::Structure end |