Class: Aws::CleanRoomsML::Types::AccessBudget

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

Overview

An access budget that defines consumption limits for a specific resource within defined time periods.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_remaining_budgetInteger

The total remaining budget across all active budget periods for this resource.

Returns:

  • (Integer)


33
34
35
36
37
38
39
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 33

class AccessBudget < Struct.new(
  :resource_arn,
  :details,
  :aggregate_remaining_budget)
  SENSITIVE = []
  include Aws::Structure
end

#detailsArray<Types::AccessBudgetDetails>

A list of budget details for this resource. Contains active budget periods that apply to the resource.

Returns:



33
34
35
36
37
38
39
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 33

class AccessBudget < Struct.new(
  :resource_arn,
  :details,
  :aggregate_remaining_budget)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource that this access budget applies to.

Returns:

  • (String)


33
34
35
36
37
38
39
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 33

class AccessBudget < Struct.new(
  :resource_arn,
  :details,
  :aggregate_remaining_budget)
  SENSITIVE = []
  include Aws::Structure
end