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.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def access_budget_resource_arn @access_budget_resource_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def max_results @max_results end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def membership_identifier @membership_identifier end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def next_token @next_token end |
#privacy_budget_type ⇒ "DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET"
Returns the value of attribute privacy_budget_type.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def privacy_budget_type @privacy_budget_type end |