Class: Aws::QuickSight::Types::CreateAccountCustomizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateAccountCustomizationResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_customization ⇒ Types::AccountCustomization
The QuickSight customizations you're adding in the current Amazon Web Services Region.
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to customize QuickSight for.
-
#namespace ⇒ String
The namespace associated with the customization you're creating.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#account_customization ⇒ Types::AccountCustomization
The QuickSight customizations you're adding in the current Amazon Web Services Region.
5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5453 class CreateAccountCustomizationResponse < 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 customization that you created for this Amazon Web Services account.
5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5453 class CreateAccountCustomizationResponse < 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 customize QuickSight for.
5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5453 class CreateAccountCustomizationResponse < 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 you're creating.
5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5453 class CreateAccountCustomizationResponse < 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.
5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5453 class CreateAccountCustomizationResponse < 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.
5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5453 class CreateAccountCustomizationResponse < Struct.new( :arn, :aws_account_id, :namespace, :account_customization, :request_id, :status) SENSITIVE = [] include Aws::Structure end |