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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 that exist in the current Amazon Web Services Region.



11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
# File 'lib/aws-sdk-quicksight/types.rb', line 11236

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

#arnString

The Amazon Resource Name (ARN) of the customization that’s associated with this Amazon Web Services account.

Returns:

  • (String)


11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
# File 'lib/aws-sdk-quicksight/types.rb', line 11236

class DescribeAccountCustomizationResponse < 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’re describing.

Returns:

  • (String)


11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
# File 'lib/aws-sdk-quicksight/types.rb', line 11236

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

#namespaceString

The Amazon QuickSight namespace that you’re describing.

Returns:

  • (String)


11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
# File 'lib/aws-sdk-quicksight/types.rb', line 11236

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


11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
# File 'lib/aws-sdk-quicksight/types.rb', line 11236

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


11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
# File 'lib/aws-sdk-quicksight/types.rb', line 11236

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