Class: Aws::Types::PrivacyBudgetTemplateSummary

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)


2622
2623
2624
# File 'sig/types.rbs', line 2622

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


2626
2627
2628
# File 'sig/types.rbs', line 2626

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


2625
2626
2627
# File 'sig/types.rbs', line 2625

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2628
2629
2630
# File 'sig/types.rbs', line 2628

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2621
2622
2623
# File 'sig/types.rbs', line 2621

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2624
2625
2626
# File 'sig/types.rbs', line 2624

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2623
2624
2625
# File 'sig/types.rbs', line 2623

def membership_id
  @membership_id
end

#privacy_budget_type"DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"

Returns the value of attribute privacy_budget_type.

Returns:

  • ("DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET")


2627
2628
2629
# File 'sig/types.rbs', line 2627

def privacy_budget_type
  @privacy_budget_type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2629
2630
2631
# File 'sig/types.rbs', line 2629

def update_time
  @update_time
end