Class: Aws::QuickSight::Types::DescribeAccountCustomizationResponse

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 that exist.



18590
18591
18592
18593
18594
18595
18596
18597
18598
18599
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18590

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.

Returns:

  • (String)


18590
18591
18592
18593
18594
18595
18596
18597
18598
18599
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18590

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.

Returns:

  • (String)


18590
18591
18592
18593
18594
18595
18596
18597
18598
18599
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18590

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

#namespace ⇒ String

The Quick Sight namespace that you're describing.

Returns:

  • (String)


18590
18591
18592
18593
18594
18595
18596
18597
18598
18599
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18590

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.

Returns:

  • (String)


18590
18591
18592
18593
18594
18595
18596
18597
18598
18599
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18590

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.

Returns:

  • (Integer)


18590
18591
18592
18593
18594
18595
18596
18597
18598
18599
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18590

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