Class: Aws::Types::ListCollaborationPrivacyBudgetsInput

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)


2075
2076
2077
# File 'sig/types.rbs', line 2075

def access_budget_resource_arn
  @access_budget_resource_arn
end

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:

  • (::String)


2071
2072
2073
# File 'sig/types.rbs', line 2071

def collaboration_identifier
  @collaboration_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2074
2075
2076
# File 'sig/types.rbs', line 2074

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


2072
2073
2074
# File 'sig/types.rbs', line 2072

def privacy_budget_type
  @privacy_budget_type
end