Class: Aws::Macie2::Types::GetBucketStatisticsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie2/types.rb

Overview

Specifies the account that owns the S3 buckets to retrieve aggregated statistical data for.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


2712
2713
2714
2715
2716
# File 'lib/aws-sdk-macie2/types.rb', line 2712

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