Class: Aws::QuickSight::Types::UserLimits

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The effective limits for an Amazon Quick Sight user.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#effective_limitsArray<Types::EffectiveLimit>

A list of effective limits for the user.

Returns:



51855
51856
51857
51858
51859
51860
51861
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51855

class UserLimits < Struct.new(
  :user_name,
  :namespace,
  :effective_limits)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the user.

Returns:

  • (String)


51855
51856
51857
51858
51859
51860
51861
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51855

class UserLimits < Struct.new(
  :user_name,
  :namespace,
  :effective_limits)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the user.

Returns:

  • (String)


51855
51856
51857
51858
51859
51860
51861
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51855

class UserLimits < Struct.new(
  :user_name,
  :namespace,
  :effective_limits)
  SENSITIVE = []
  include Aws::Structure
end