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.
730 731 732 |
# File 'sig/types.rbs', line 730 def custom_action_defaults @custom_action_defaults end |
#excluded_data_set_arns ⇒ ::Array[::String]
Returns the value of attribute excluded_data_set_arns.
729 730 731 |
# File 'sig/types.rbs', line 729 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.
728 729 730 |
# File 'sig/types.rbs', line 728 def q_business_insights_status @q_business_insights_status end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
726 727 728 |
# File 'sig/types.rbs', line 726 def timezone @timezone end |
#visual_messages ⇒ Types::VisualMessages
Returns the value of attribute visual_messages.
731 732 733 |
# File 'sig/types.rbs', line 731 def @visual_messages end |
#week_start ⇒ "SUNDAY", ...
Returns the value of attribute week_start.
727 728 729 |
# File 'sig/types.rbs', line 727 def week_start @week_start end |