Class: Aws::Types::CreateDashboardResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_arn::String

Returns the value of attribute dashboard_arn.



147
148
149
# File 'sig/types.rbs', line 147

def dashboard_arn
  @dashboard_arn
end

#name::String

Returns the value of attribute name.



148
149
150
# File 'sig/types.rbs', line 148

def name
  @name
end

#refresh_scheduleTypes::RefreshSchedule

Returns the value of attribute refresh_schedule.



152
153
154
# File 'sig/types.rbs', line 152

def refresh_schedule
  @refresh_schedule
end

#tags_list::Array[Types::Tag]

Returns the value of attribute tags_list.



151
152
153
# File 'sig/types.rbs', line 151

def tags_list
  @tags_list
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.



153
154
155
# File 'sig/types.rbs', line 153

def termination_protection_enabled
  @termination_protection_enabled
end

#type"MANAGED", "CUSTOM"

Returns the value of attribute type.



149
150
151
# File 'sig/types.rbs', line 149

def type
  @type
end

#widgets::Array[Types::Widget]

Returns the value of attribute widgets.



150
151
152
# File 'sig/types.rbs', line 150

def widgets
  @widgets
end