Class: Aws::Types::AssetOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_action_defaultsTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def timezone
  @timezone
end

#visual_messagesTypes::VisualMessages

Returns the value of attribute visual_messages.



731
732
733
# File 'sig/types.rbs', line 731

def visual_messages
  @visual_messages
end

#week_start"SUNDAY", ...

Returns the value of attribute week_start.

Returns:

  • ("SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY")


727
728
729
# File 'sig/types.rbs', line 727

def week_start
  @week_start
end