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.



2546
2547
2548
# File 'sig/types.rbs', line 2546

def budget
  @budget
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


2542
2543
2544
# File 'sig/types.rbs', line 2542

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


2541
2542
2543
# File 'sig/types.rbs', line 2541

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2544
2545
2546
# File 'sig/types.rbs', line 2544

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2540
2541
2542
# File 'sig/types.rbs', line 2540

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2539
2540
2541
# File 'sig/types.rbs', line 2539

def membership_id
  @membership_id
end

#privacy_budget_template_arn::String

Returns the value of attribute privacy_budget_template_arn.

Returns:

  • (::String)


2538
2539
2540
# File 'sig/types.rbs', line 2538

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)


2537
2538
2539
# File 'sig/types.rbs', line 2537

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")


2543
2544
2545
# File 'sig/types.rbs', line 2543

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2545
2546
2547
# File 'sig/types.rbs', line 2545

def update_time
  @update_time
end