Class: Aws::QuickSight::Types::UserLimitsEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UserLimitsEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Identifies a user for the BatchDescribeUserLimits operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace ⇒ String
The namespace of the user.
-
#user_name ⇒ String
The name of the user.
Instance Attribute Details
#namespace ⇒ String
The namespace of the user.
52357 52358 52359 52360 52361 52362 |
# File 'lib/aws-sdk-quicksight/types.rb', line 52357 class UserLimitsEntry < Struct.new( :user_name, :namespace) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The name of the user.
52357 52358 52359 52360 52361 52362 |
# File 'lib/aws-sdk-quicksight/types.rb', line 52357 class UserLimitsEntry < Struct.new( :user_name, :namespace) SENSITIVE = [] include Aws::Structure end |