Class: Aws::Macie2::Types::UsageRecord

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

Overview

Provides quota and aggregated usage data for an Amazon Macie account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


6847
6848
6849
6850
6851
6852
6853
6854
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6847

class UsageRecord < Struct.new(
  :account_id,
  :automated_discovery_free_trial_start_date,
  :free_trial_start_date,
  :usage)
  SENSITIVE = []
  include Aws::Structure
end

#automated_discovery_free_trial_start_dateTime

Returns:

  • (Time)


6847
6848
6849
6850
6851
6852
6853
6854
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6847

class UsageRecord < Struct.new(
  :account_id,
  :automated_discovery_free_trial_start_date,
  :free_trial_start_date,
  :usage)
  SENSITIVE = []
  include Aws::Structure
end

#free_trial_start_dateTime

Returns:

  • (Time)


6847
6848
6849
6850
6851
6852
6853
6854
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6847

class UsageRecord < Struct.new(
  :account_id,
  :automated_discovery_free_trial_start_date,
  :free_trial_start_date,
  :usage)
  SENSITIVE = []
  include Aws::Structure
end

#usageArray<Types::UsageByAccount>

Returns:



6847
6848
6849
6850
6851
6852
6853
6854
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6847

class UsageRecord < Struct.new(
  :account_id,
  :automated_discovery_free_trial_start_date,
  :free_trial_start_date,
  :usage)
  SENSITIVE = []
  include Aws::Structure
end