Class: Aws::Types::GetDashboardResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:



447
448
449
# File 'sig/types.rbs', line 447

def created_timestamp
  @created_timestamp
end

#dashboard_arn::String

Returns the value of attribute dashboard_arn.

Returns:



442
443
444
# File 'sig/types.rbs', line 442

def dashboard_arn
  @dashboard_arn
end

#last_refresh_failure_reason::String

Returns the value of attribute last_refresh_failure_reason.

Returns:



450
451
452
# File 'sig/types.rbs', line 450

def last_refresh_failure_reason
  @last_refresh_failure_reason
end

#last_refresh_id::String

Returns the value of attribute last_refresh_id.

Returns:



449
450
451
# File 'sig/types.rbs', line 449

def last_refresh_id
  @last_refresh_id
end

#refresh_scheduleTypes::RefreshSchedule

Returns the value of attribute refresh_schedule.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def refresh_schedule
  @refresh_schedule
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



444
445
446
# File 'sig/types.rbs', line 444

def status
  @status
end

#termination_protection_enabledBoolean

Returns the value of attribute termination_protection_enabled.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def termination_protection_enabled
  @termination_protection_enabled
end

#type"MANAGED", "CUSTOM"

Returns the value of attribute type.

Returns:



443
444
445
# File 'sig/types.rbs', line 443

def type
  @type
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:



448
449
450
# File 'sig/types.rbs', line 448

def updated_timestamp
  @updated_timestamp
end

#widgets::Array[Types::Widget]

Returns the value of attribute widgets.

Returns:



445
446
447
# File 'sig/types.rbs', line 445

def widgets
  @widgets
end