Class: Aws::QuickSight::Types::DescribeThemePermissionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permissionsArray<Types::ResourcePermission>

A list of resource permissions set on the theme.

Returns:



13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-quicksight/types.rb', line 13351

class DescribeThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-quicksight/types.rb', line 13351

class DescribeThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-quicksight/types.rb', line 13351

class DescribeThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#theme_arnString

The Amazon Resource Name (ARN) of the theme.

Returns:

  • (String)


13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-quicksight/types.rb', line 13351

class DescribeThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#theme_idString

The ID for the theme.

Returns:

  • (String)


13351
13352
13353
13354
13355
13356
13357
13358
13359
# File 'lib/aws-sdk-quicksight/types.rb', line 13351

class DescribeThemePermissionsResponse < Struct.new(
  :theme_id,
  :theme_arn,
  :permissions,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end