Class: Aws::Types::CollaborationPrivacyBudgetTemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


598
599
600
# File 'sig/types.rbs', line 598

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def 
  @creator_account_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def id
  @id
end

#privacy_budget_type"DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"

Returns the value of attribute privacy_budget_type.

Returns:

  • ("DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET")


597
598
599
# File 'sig/types.rbs', line 597

def privacy_budget_type
  @privacy_budget_type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


599
600
601
# File 'sig/types.rbs', line 599

def update_time
  @update_time
end