Class: Aws::QuickSight::Types::DescribeAccountCustomizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAccountCustomizationResponse
- 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 that exist in the current Amazon Web Services Region.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the customization that’s associated with this Amazon Web Services account.
-
#aws_account_id ⇒ String
The ID for the Amazon Web Services account that you’re describing.
-
#namespace ⇒ String
The Amazon QuickSight namespace that you’re describing.
-
#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 that exist in the current Amazon Web Services Region.
11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11917 class DescribeAccountCustomizationResponse < Struct.new( :arn, :aws_account_id, :namespace, :account_customization, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the customization that’s associated with this Amazon Web Services account.
11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11917 class DescribeAccountCustomizationResponse < 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’re describing.
11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11917 class DescribeAccountCustomizationResponse < Struct.new( :arn, :aws_account_id, :namespace, :account_customization, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The Amazon QuickSight namespace that you’re describing.
11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11917 class DescribeAccountCustomizationResponse < 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.
11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11917 class DescribeAccountCustomizationResponse < 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.
11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11917 class DescribeAccountCustomizationResponse < Struct.new( :arn, :aws_account_id, :namespace, :account_customization, :request_id, :status) SENSITIVE = [] include Aws::Structure end |