Class: Aws::Types::PrivacyBudgetSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#budgetTypes::PrivacyBudget

Returns the value of attribute budget.



2573
2574
2575
# File 'sig/types.rbs', line 2573

def budget
  @budget
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


2569
2570
2571
# File 'sig/types.rbs', line 2569

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


2568
2569
2570
# File 'sig/types.rbs', line 2568

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2571
2572
2573
# File 'sig/types.rbs', line 2571

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2563
2564
2565
# File 'sig/types.rbs', line 2563

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def membership_id
  @membership_id
end

#privacy_budget_template_arn::String

Returns the value of attribute privacy_budget_template_arn.

Returns:

  • (::String)


2565
2566
2567
# File 'sig/types.rbs', line 2565

def privacy_budget_template_arn
  @privacy_budget_template_arn
end

#privacy_budget_template_id::String

Returns the value of attribute privacy_budget_template_id.

Returns:

  • (::String)


2564
2565
2566
# File 'sig/types.rbs', line 2564

def privacy_budget_template_id
  @privacy_budget_template_id
end

#type"DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"

Returns the value of attribute type.

Returns:

  • ("DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET")


2570
2571
2572
# File 'sig/types.rbs', line 2570

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2572
2573
2574
# File 'sig/types.rbs', line 2572

def update_time
  @update_time
end