Class: Aws::Types::CreateDashboardRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def name
  @name
end

#refresh_scheduleTypes::RefreshSchedule

Returns the value of attribute refresh_schedule.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def refresh_schedule
  @refresh_schedule
end

#tags_list::Array[Types::Tag]

Returns the value of attribute tags_list.

Returns:



140
141
142
# File 'sig/types.rbs', line 140

def tags_list
  @tags_list
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def termination_protection_enabled
  @termination_protection_enabled
end

#widgets::Array[Types::RequestWidget]

Returns the value of attribute widgets.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def widgets
  @widgets
end