Class: Aws::Types::AssetOptions
- Inherits:
-
Object
- Object
- Aws::Types::AssetOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_action_defaults ⇒ Types::VisualCustomActionDefaults
Returns the value of attribute custom_action_defaults.
-
#excluded_data_set_arns ⇒ ::Array[::String]
Returns the value of attribute excluded_data_set_arns.
-
#q_business_insights_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute q_business_insights_status.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
-
#visual_messages ⇒ Types::VisualMessages
Returns the value of attribute visual_messages.
-
#week_start ⇒ "SUNDAY", ...
Returns the value of attribute week_start.
Instance Attribute Details
#custom_action_defaults ⇒ Types::VisualCustomActionDefaults
Returns the value of attribute custom_action_defaults.
789 790 791 |
# File 'sig/types.rbs', line 789 def custom_action_defaults @custom_action_defaults end |
#excluded_data_set_arns ⇒ ::Array[::String]
Returns the value of attribute excluded_data_set_arns.
788 789 790 |
# File 'sig/types.rbs', line 788 def excluded_data_set_arns @excluded_data_set_arns end |
#q_business_insights_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute q_business_insights_status.
787 788 789 |
# File 'sig/types.rbs', line 787 def q_business_insights_status @q_business_insights_status end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
785 786 787 |
# File 'sig/types.rbs', line 785 def timezone @timezone end |
#visual_messages ⇒ Types::VisualMessages
Returns the value of attribute visual_messages.
790 791 792 |
# File 'sig/types.rbs', line 790 def @visual_messages end |
#week_start ⇒ "SUNDAY", ...
Returns the value of attribute week_start.
786 787 788 |
# File 'sig/types.rbs', line 786 def week_start @week_start end |