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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("DIFFERENTIAL_PRIVACY", "ACCESS_BUDGET")


2209
2210
2211
# File 'sig/types.rbs', line 2209

def privacy_budget_type
  @privacy_budget_type
end