Class: Aws::Types::DashboardDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_arn::String

Returns the value of attribute dashboard_arn.

Returns:



224
225
226
# File 'sig/types.rbs', line 224

def dashboard_arn
  @dashboard_arn
end

#type"MANAGED", "CUSTOM"

Returns the value of attribute type.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def type
  @type
end