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.
977 978 979 |
# File 'sig/types.rbs', line 977 def client_token @client_token end |
#dashboard_definition ⇒ ::String
Returns the value of attribute dashboard_definition.
976 977 978 |
# File 'sig/types.rbs', line 976 def dashboard_definition @dashboard_definition end |
#dashboard_description ⇒ ::String
Returns the value of attribute dashboard_description.
975 976 977 |
# File 'sig/types.rbs', line 975 def dashboard_description @dashboard_description end |
#dashboard_name ⇒ ::String
Returns the value of attribute dashboard_name.
974 975 976 |
# File 'sig/types.rbs', line 974 def dashboard_name @dashboard_name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
973 974 975 |
# File 'sig/types.rbs', line 973 def project_id @project_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
978 979 980 |
# File 'sig/types.rbs', line 978 def @tags end |