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.



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def timezone
  @timezone
end

#visual_messagesTypes::VisualMessages

Returns the value of attribute visual_messages.



790
791
792
# File 'sig/types.rbs', line 790

def visual_messages
  @visual_messages
end

#week_start"SUNDAY", ...

Returns the value of attribute week_start.

Returns:

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


786
787
788
# File 'sig/types.rbs', line 786

def week_start
  @week_start
end