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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_customization ⇒ Types::AccountCustomization

The Quick Sight customizations you're updating.



48570
48571
48572
48573
48574
48575
48576
48577
48578
48579
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48570

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

#arn ⇒ String

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

Returns:

  • (String)


48570
48571
48572
48573
48574
48575
48576
48577
48578
48579
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48570

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

#aws_account_id ⇒ String

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

Returns:

  • (String)


48570
48571
48572
48573
48574
48575
48576
48577
48578
48579
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48570

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

#namespace ⇒ String

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

Returns:

  • (String)


48570
48571
48572
48573
48574
48575
48576
48577
48578
48579
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48570

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


48570
48571
48572
48573
48574
48575
48576
48577
48578
48579
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48570

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


48570
48571
48572
48573
48574
48575
48576
48577
48578
48579
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48570

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