Class: Aws::Types::CollaborationPrivacyBudgetSummary

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.



584
585
586
# File 'sig/types.rbs', line 584

def budget
  @budget
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


579
580
581
# File 'sig/types.rbs', line 579

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


582
583
584
# File 'sig/types.rbs', line 582

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def 
  @creator_account_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def id
  @id
end

#privacy_budget_template_arn::String

Returns the value of attribute privacy_budget_template_arn.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

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)


576
577
578
# File 'sig/types.rbs', line 576

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


581
582
583
# File 'sig/types.rbs', line 581

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


583
584
585
# File 'sig/types.rbs', line 583

def update_time
  @update_time
end