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_id ⇒ String

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

Returns:

  • (String)


30262
30263
30264
30265
30266
30267
30268
30269
30270
30271
30272
30273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30262

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

#arn ⇒ String

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

Returns:

  • (String)


30262
30263
30264
30265
30266
30267
30268
30269
30270
30271
30272
30273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30262

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

#created_at ⇒ Time

The date and time that the limits profile was created.

Returns:

  • (Time)


30262
30263
30264
30265
30266
30267
30268
30269
30270
30271
30272
30273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30262

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

#description ⇒ String

The description of the limits profile.

Returns:

  • (String)


30262
30263
30264
30265
30266
30267
30268
30269
30270
30271
30272
30273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30262

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

#profile_id ⇒ String

The unique identifier for the limits profile.

Returns:

  • (String)


30262
30263
30264
30265
30266
30267
30268
30269
30270
30271
30272
30273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30262

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

#profile_name ⇒ String

The display name of the limits profile.

Returns:

  • (String)


30262
30263
30264
30265
30266
30267
30268
30269
30270
30271
30272
30273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30262

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

#resource_limits ⇒ Hash<String,Types::ProfileLimitValue>

A map of resource types to their limit values.

Returns:



30262
30263
30264
30265
30266
30267
30268
30269
30270
30271
30272
30273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30262

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

#updated_at ⇒ Time

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

Returns:

  • (Time)


30262
30263
30264
30265
30266
30267
30268
30269
30270
30271
30272
30273
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30262

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