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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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)


2609
2610
2611
2612
2613
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2609

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