Class: Aws::Types::UpdateDashboardPublishedVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardPublishedVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12086 12087 12088 |
# File 'sig/types.rbs', line 12086 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12087 12088 12089 |
# File 'sig/types.rbs', line 12087 def dashboard_id @dashboard_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
12088 12089 12090 |
# File 'sig/types.rbs', line 12088 def version_number @version_number end |