Class: Aws::Types::UpdateDashboardRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dashboard_definition ⇒ ::String
Returns the value of attribute dashboard_definition.
-
#dashboard_description ⇒ ::String
Returns the value of attribute dashboard_description.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
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.
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.
3706 3707 3708 |
# File 'sig/types.rbs', line 3706 def dashboard_name @dashboard_name end |