Class: Aws::Types::CreatePrivacyBudgetTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_refresh"CALENDAR_MONTH", "NONE"

Returns the value of attribute auto_refresh.

Returns:

  • ("CALENDAR_MONTH", "NONE")


1123
1124
1125
# File 'sig/types.rbs', line 1123

def auto_refresh
  @auto_refresh
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def membership_identifier
  @membership_identifier
end

#parametersTypes::PrivacyBudgetTemplateParametersInput

Returns the value of attribute parameters.



1125
1126
1127
# File 'sig/types.rbs', line 1125

def parameters
  @parameters
end

#privacy_budget_type"DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"

Returns the value of attribute privacy_budget_type.

Returns:

  • ("DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET")


1124
1125
1126
# File 'sig/types.rbs', line 1124

def privacy_budget_type
  @privacy_budget_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1126
1127
1128
# File 'sig/types.rbs', line 1126

def tags
  @tags
end