Class: Aws::QuickSight::Types::UpdateAccountCustomizationResponse

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

#account_customizationTypes::AccountCustomization

The Amazon QuickSight customizations you’re updating in the current Amazon Web Services Region.



31965
31966
31967
31968
31969
31970
31971
31972
31973
31974
# File 'lib/aws-sdk-quicksight/types.rb', line 31965

class UpdateAccountCustomizationResponse < Struct.new(
  :arn,
  :aws_account_id,
  :namespace,
  :account_customization,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.

Returns:

  • (String)


31965
31966
31967
31968
31969
31970
31971
31972
31973
31974
# File 'lib/aws-sdk-quicksight/types.rb', line 31965

class UpdateAccountCustomizationResponse < Struct.new(
  :arn,
  :aws_account_id,
  :namespace,
  :account_customization,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.

Returns:

  • (String)


31965
31966
31967
31968
31969
31970
31971
31972
31973
31974
# File 'lib/aws-sdk-quicksight/types.rb', line 31965

class UpdateAccountCustomizationResponse < Struct.new(
  :arn,
  :aws_account_id,
  :namespace,
  :account_customization,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace associated with the customization that you’re updating.

Returns:

  • (String)


31965
31966
31967
31968
31969
31970
31971
31972
31973
31974
# File 'lib/aws-sdk-quicksight/types.rb', line 31965

class UpdateAccountCustomizationResponse < Struct.new(
  :arn,
  :aws_account_id,
  :namespace,
  :account_customization,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


31965
31966
31967
31968
31969
31970
31971
31972
31973
31974
# File 'lib/aws-sdk-quicksight/types.rb', line 31965

class UpdateAccountCustomizationResponse < Struct.new(
  :arn,
  :aws_account_id,
  :namespace,
  :account_customization,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


31965
31966
31967
31968
31969
31970
31971
31972
31973
31974
# File 'lib/aws-sdk-quicksight/types.rb', line 31965

class UpdateAccountCustomizationResponse < Struct.new(
  :arn,
  :aws_account_id,
  :namespace,
  :account_customization,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end