Class: Aws::QuickSight::Types::UserLimitsEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#namespaceString

The namespace of the user.

Returns:

  • (String)


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_nameString

The name of the user.

Returns:

  • (String)


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