Class: Aws::QuickSight::Types::UserLimitsEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UserLimitsEntry
- Defined in:
- gems/aws-sdk-quicksight/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.
51875 51876 51877 51878 51879 51880 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51875 class UserLimitsEntry < Struct.new( :user_name, :namespace) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The name of the user.
51875 51876 51877 51878 51879 51880 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 51875 class UserLimitsEntry < Struct.new( :user_name, :namespace) SENSITIVE = [] include Aws::Structure end |