Class: Aws::Types::PrivacyBudgetTemplate

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)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def arn
  @arn
end

#auto_refresh"CALENDAR_MONTH", "NONE"

Returns the value of attribute auto_refresh.

Returns:

  • ("CALENDAR_MONTH", "NONE")


2587
2588
2589
# File 'sig/types.rbs', line 2587

def auto_refresh
  @auto_refresh
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


2583
2584
2585
# File 'sig/types.rbs', line 2583

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


2582
2583
2584
# File 'sig/types.rbs', line 2582

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2584
2585
2586
# File 'sig/types.rbs', line 2584

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2578
2579
2580
# File 'sig/types.rbs', line 2578

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2581
2582
2583
# File 'sig/types.rbs', line 2581

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2580
2581
2582
# File 'sig/types.rbs', line 2580

def membership_id
  @membership_id
end

#parametersTypes::PrivacyBudgetTemplateParametersOutput

Returns the value of attribute parameters.



2588
2589
2590
# File 'sig/types.rbs', line 2588

def parameters
  @parameters
end

#privacy_budget_type"DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"

Returns the value of attribute privacy_budget_type.

Returns:

  • ("DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET")


2586
2587
2588
# File 'sig/types.rbs', line 2586

def privacy_budget_type
  @privacy_budget_type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2585
2586
2587
# File 'sig/types.rbs', line 2585

def update_time
  @update_time
end