Class: Aws::QuickSight::Types::LimitsProfile

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

A limits profile that defines resource usage limits for Amazon Quick Sight users. Limits profiles can be assigned to users, groups, or roles to control resource consumption.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account that contains the limits profile.

Returns:

  • (String)


29446
29447
29448
29449
29450
29451
29452
29453
29454
29455
29456
29457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29446

class LimitsProfile < Struct.new(
  :profile_id,
  :arn,
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the limits profile.

Returns:

  • (String)


29446
29447
29448
29449
29450
29451
29452
29453
29454
29455
29456
29457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29446

class LimitsProfile < Struct.new(
  :profile_id,
  :arn,
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the limits profile was created.

Returns:

  • (Time)


29446
29447
29448
29449
29450
29451
29452
29453
29454
29455
29456
29457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29446

class LimitsProfile < Struct.new(
  :profile_id,
  :arn,
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the limits profile.

Returns:

  • (String)


29446
29447
29448
29449
29450
29451
29452
29453
29454
29455
29456
29457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29446

class LimitsProfile < Struct.new(
  :profile_id,
  :arn,
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier for the limits profile.

Returns:

  • (String)


29446
29447
29448
29449
29450
29451
29452
29453
29454
29455
29456
29457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29446

class LimitsProfile < Struct.new(
  :profile_id,
  :arn,
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#profile_nameString

The display name of the limits profile.

Returns:

  • (String)


29446
29447
29448
29449
29450
29451
29452
29453
29454
29455
29456
29457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29446

class LimitsProfile < Struct.new(
  :profile_id,
  :arn,
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_limitsHash<String,Types::ProfileLimitValue>

A map of resource types to their limit values.

Returns:



29446
29447
29448
29449
29450
29451
29452
29453
29454
29455
29456
29457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29446

class LimitsProfile < Struct.new(
  :profile_id,
  :arn,
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time that the limits profile was last updated.

Returns:

  • (Time)


29446
29447
29448
29449
29450
29451
29452
29453
29454
29455
29456
29457
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29446

class LimitsProfile < Struct.new(
  :profile_id,
  :arn,
  :account_id,
  :profile_name,
  :description,
  :resource_limits,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end