Class: Aws::Types::ListPrivacyBudgetsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListPrivacyBudgetsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_budget_resource_arn ⇒ ::String
Returns the value of attribute access_budget_resource_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
Instance Attribute Details
#access_budget_resource_arn ⇒ ::String
Returns the value of attribute access_budget_resource_arn.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def access_budget_resource_arn @access_budget_resource_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def max_results @max_results end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def membership_identifier @membership_identifier end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def next_token @next_token end |
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def privacy_budget_type @privacy_budget_type end |