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:

  • (::String)


3709
3710
3711
# File 'sig/types.rbs', line 3709

def client_token
  @client_token
end

#dashboard_definition::String

Returns the value of attribute dashboard_definition.

Returns:

  • (::String)


3708
3709
3710
# File 'sig/types.rbs', line 3708

def dashboard_definition
  @dashboard_definition
end

#dashboard_description::String

Returns the value of attribute dashboard_description.

Returns:

  • (::String)


3707
3708
3709
# File 'sig/types.rbs', line 3707

def dashboard_description
  @dashboard_description
end

#dashboard_id::String

Returns the value of attribute dashboard_id.

Returns:

  • (::String)


3705
3706
3707
# File 'sig/types.rbs', line 3705

def dashboard_id
  @dashboard_id
end

#dashboard_name::String

Returns the value of attribute dashboard_name.

Returns:

  • (::String)


3706
3707
3708
# File 'sig/types.rbs', line 3706

def dashboard_name
  @dashboard_name
end