Class: Aws::QuickSight::Types::UpdateAccountCustomizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateAccountCustomizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_customization ⇒ Types::AccountCustomization
The Amazon QuickSight customizations you’re updating in the current Amazon Web Services Region.
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
-
#namespace ⇒ String
The namespace associated with the customization that you’re updating.
-
#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 Amazon QuickSight customizations you’re updating in the current Amazon Web Services Region.
34944 34945 34946 34947 34948 34949 34950 34951 34952 34953 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34944 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.
34944 34945 34946 34947 34948 34949 34950 34951 34952 34953 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34944 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 Amazon QuickSight customizations for.
34944 34945 34946 34947 34948 34949 34950 34951 34952 34953 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34944 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.
34944 34945 34946 34947 34948 34949 34950 34951 34952 34953 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34944 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.
34944 34945 34946 34947 34948 34949 34950 34951 34952 34953 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34944 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.
34944 34945 34946 34947 34948 34949 34950 34951 34952 34953 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34944 class UpdateAccountCustomizationResponse < Struct.new( :arn, :aws_account_id, :namespace, :account_customization, :request_id, :status) SENSITIVE = [] include Aws::Structure end |