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")


1142
1143
1144
# File 'sig/types.rbs', line 1142

def auto_refresh
  @auto_refresh
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


1141
1142
1143
# File 'sig/types.rbs', line 1141

def membership_identifier
  @membership_identifier
end

#parametersTypes::PrivacyBudgetTemplateParametersInput

Returns the value of attribute parameters.



1144
1145
1146
# File 'sig/types.rbs', line 1144

def parameters
  @parameters
end

#privacy_budget_type"DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"

Returns the value of attribute privacy_budget_type.

Returns:

  • ("DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET")


1143
1144
1145
# File 'sig/types.rbs', line 1143

def privacy_budget_type
  @privacy_budget_type
end

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

Returns the value of attribute tags.

Returns:

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


1145
1146
1147
# File 'sig/types.rbs', line 1145

def tags
  @tags
end