Class: Aws::QuickSight::Types::CustomContentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomContentConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a CustomContentVisual
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
The content type of the custom content visual.
-
#content_url ⇒ String
The input URL that links to the custom content that you want in the custom visual.
-
#image_scaling ⇒ String
The sizing options for the size of the custom content visual.
-
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
Instance Attribute Details
#content_type ⇒ String
The content type of the custom content visual. You can use this to have the visual render as an image.
7629 7630 7631 7632 7633 7634 7635 7636 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7629 class CustomContentConfiguration < Struct.new( :content_url, :content_type, :image_scaling, :interactions) SENSITIVE = [] include Aws::Structure end |
#content_url ⇒ String
The input URL that links to the custom content that you want in the custom visual.
7629 7630 7631 7632 7633 7634 7635 7636 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7629 class CustomContentConfiguration < Struct.new( :content_url, :content_type, :image_scaling, :interactions) SENSITIVE = [] include Aws::Structure end |
#image_scaling ⇒ String
The sizing options for the size of the custom content visual. This
structure is required when the ContentType
of the visual is
'IMAGE'
.
7629 7630 7631 7632 7633 7634 7635 7636 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7629 class CustomContentConfiguration < Struct.new( :content_url, :content_type, :image_scaling, :interactions) SENSITIVE = [] include Aws::Structure end |
#interactions ⇒ Types::VisualInteractionOptions
The general visual interactions setup for a visual.
7629 7630 7631 7632 7633 7634 7635 7636 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7629 class CustomContentConfiguration < Struct.new( :content_url, :content_type, :image_scaling, :interactions) SENSITIVE = [] include Aws::Structure end |