Class: Aws::QuickSight::Types::CreateAccountCustomizationResponse

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_customizationTypes::AccountCustomization

The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.



4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4399

class CreateAccountCustomizationResponse < 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 customization that you created for this Amazon Web Services account.

Returns:

  • (String)


4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4399

class CreateAccountCustomizationResponse < 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 customize Amazon QuickSight for.

Returns:

  • (String)


4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4399

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

#namespaceString

The namespace associated with the customization you're creating.

Returns:

  • (String)


4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4399

class CreateAccountCustomizationResponse < 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)


4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4399

class CreateAccountCustomizationResponse < 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)


4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4399

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