Class: Aws::Types::UpdateDashboardRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



3750
3751
3752
# File 'sig/types.rbs', line 3750

def client_token
  @client_token
end

#dashboard_definition::String

Returns the value of attribute dashboard_definition.

Returns:



3749
3750
3751
# File 'sig/types.rbs', line 3749

def dashboard_definition
  @dashboard_definition
end

#dashboard_description::String

Returns the value of attribute dashboard_description.

Returns:



3748
3749
3750
# File 'sig/types.rbs', line 3748

def dashboard_description
  @dashboard_description
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:



3746
3747
3748
# File 'sig/types.rbs', line 3746

def dashboard_id
  @dashboard_id
end

#dashboard_name::String

Returns the value of attribute dashboard_name.

Returns:



3747
3748
3749
# File 'sig/types.rbs', line 3747

def dashboard_name
  @dashboard_name
end