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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



52337
52338
52339
52340
52341
52342
52343
# File 'lib/aws-sdk-quicksight/types.rb', line 52337

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

#namespaceString

The namespace of the user.

Returns:

  • (String)


52337
52338
52339
52340
52341
52342
52343
# File 'lib/aws-sdk-quicksight/types.rb', line 52337

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

#user_nameString

The name of the user.

Returns:

  • (String)


52337
52338
52339
52340
52341
52342
52343
# File 'lib/aws-sdk-quicksight/types.rb', line 52337

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