Class: Aws::Types::ListPrivacyBudgetsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_budget_resource_arn::String

Returns the value of attribute access_budget_resource_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET")


2230
2231
2232
# File 'sig/types.rbs', line 2230

def privacy_budget_type
  @privacy_budget_type
end