Class: Aws::Types::PutDashboardInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dashboard_body::String

Returns the value of attribute dashboard_body.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def dashboard_body
  @dashboard_body
end

#dashboard_name::String

Returns the value of attribute dashboard_name.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def dashboard_name
  @dashboard_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



928
929
930
# File 'sig/types.rbs', line 928

def tags
  @tags
end