Class: Aws::QuickSight::Types::UserLimits
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UserLimits
- 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
-
#effective_limits ⇒ Array<Types::EffectiveLimit>
A list of effective limits for the user.
-
#namespace ⇒ String
The namespace of the user.
-
#user_name ⇒ String
The name of the user.
Instance Attribute Details
#effective_limits ⇒ Array<Types::EffectiveLimit>
A list of effective limits for the user.
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 |
#namespace ⇒ String
The namespace of the user.
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_name ⇒ String
The name of the user.
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 |