Class: Aws::Macie::Types::UpdateS3ResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::UpdateS3ResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_account_id ⇒ String
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources’ classification types you want to update.
-
#s3_resources_update ⇒ Array<Types::S3ResourceClassificationUpdate>
(Discontinued) The S3 resources whose classification types you want to update.
Instance Attribute Details
#member_account_id ⇒ String
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account whose S3 resources’ classification types you want to update.
471 472 473 474 475 476 |
# File 'lib/aws-sdk-macie/types.rb', line 471 class UpdateS3ResourcesRequest < Struct.new( :member_account_id, :s3_resources_update) SENSITIVE = [] include Aws::Structure end |
#s3_resources_update ⇒ Array<Types::S3ResourceClassificationUpdate>
(Discontinued) The S3 resources whose classification types you want to update.
471 472 473 474 475 476 |
# File 'lib/aws-sdk-macie/types.rb', line 471 class UpdateS3ResourcesRequest < Struct.new( :member_account_id, :s3_resources_update) SENSITIVE = [] include Aws::Structure end |