Class: Aws::Types::UpdateDashboardRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDashboardRequest
- 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.
-
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
Returns the value of attribute dashboard_publish_options.
-
#definition ⇒ Types::DashboardVersionDefinition
Returns the value of attribute definition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
-
#source_entity ⇒ Types::DashboardSourceEntity
Returns the value of attribute source_entity.
-
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
-
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12525 12526 12527 |
# File 'sig/types.rbs', line 12525 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12526 12527 12528 |
# File 'sig/types.rbs', line 12526 def dashboard_id @dashboard_id end |
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
Returns the value of attribute dashboard_publish_options.
12531 12532 12533 |
# File 'sig/types.rbs', line 12531 def @dashboard_publish_options end |
#definition ⇒ Types::DashboardVersionDefinition
Returns the value of attribute definition.
12533 12534 12535 |
# File 'sig/types.rbs', line 12533 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
12527 12528 12529 |
# File 'sig/types.rbs', line 12527 def name @name end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
12529 12530 12531 |
# File 'sig/types.rbs', line 12529 def parameters @parameters end |
#source_entity ⇒ Types::DashboardSourceEntity
Returns the value of attribute source_entity.
12528 12529 12530 |
# File 'sig/types.rbs', line 12528 def source_entity @source_entity end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
12532 12533 12534 |
# File 'sig/types.rbs', line 12532 def theme_arn @theme_arn end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
12534 12535 12536 |
# File 'sig/types.rbs', line 12534 def validation_strategy @validation_strategy end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
12530 12531 12532 |
# File 'sig/types.rbs', line 12530 def version_description @version_description end |