Class: Aws::Types::CreateDashboardRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDashboardRequest
- 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_name ⇒ ::String
Returns the value of attribute dashboard_name.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
980 981 982 |
# File 'sig/types.rbs', line 980 def client_token @client_token end |
#dashboard_definition ⇒ ::String
Returns the value of attribute dashboard_definition.
979 980 981 |
# File 'sig/types.rbs', line 979 def dashboard_definition @dashboard_definition end |
#dashboard_description ⇒ ::String
Returns the value of attribute dashboard_description.
978 979 980 |
# File 'sig/types.rbs', line 978 def dashboard_description @dashboard_description end |
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
977 978 979 |
# File 'sig/types.rbs', line 977 def dashboard_name @dashboard_name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
976 977 978 |
# File 'sig/types.rbs', line 976 def project_id @project_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
981 982 983 |
# File 'sig/types.rbs', line 981 def end |