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.
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.
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.
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.
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.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def dashboard_name @dashboard_name end |