Class: Aws::Types::UpdateDashboardResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.



1377
1378
1379
# File 'sig/types.rbs', line 1377

def created_timestamp
  @created_timestamp
end

#dashboard_arn::String

Returns the value of attribute dashboard_arn.



1371
1372
1373
# File 'sig/types.rbs', line 1371

def dashboard_arn
  @dashboard_arn
end

#name::String

Returns the value of attribute name.



1372
1373
1374
# File 'sig/types.rbs', line 1372

def name
  @name
end

#refresh_scheduleTypes::RefreshSchedule

Returns the value of attribute refresh_schedule.



1375
1376
1377
# File 'sig/types.rbs', line 1375

def refresh_schedule
  @refresh_schedule
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.



1376
1377
1378
# File 'sig/types.rbs', line 1376

def termination_protection_enabled
  @termination_protection_enabled
end

#type"MANAGED", "CUSTOM"

Returns the value of attribute type.



1373
1374
1375
# File 'sig/types.rbs', line 1373

def type
  @type
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.



1378
1379
1380
# File 'sig/types.rbs', line 1378

def updated_timestamp
  @updated_timestamp
end

#widgets::Array[Types::Widget]

Returns the value of attribute widgets.



1374
1375
1376
# File 'sig/types.rbs', line 1374

def widgets
  @widgets
end