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)


604
605
606
# File 'sig/types.rbs', line 604

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


609
610
611
# File 'sig/types.rbs', line 609

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def 
  @creator_account_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def id
  @id
end

#privacy_budget_type"DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"

Returns the value of attribute privacy_budget_type.

Returns:

  • ("DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET")


608
609
610
# File 'sig/types.rbs', line 608

def privacy_budget_type
  @privacy_budget_type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


610
611
612
# File 'sig/types.rbs', line 610

def update_time
  @update_time
end