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.
12101 12102 12103 |
# File 'sig/types.rbs', line 12101 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
12102 12103 12104 |
# File 'sig/types.rbs', line 12102 def dashboard_id @dashboard_id end |
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
Returns the value of attribute dashboard_publish_options.
12107 12108 12109 |
# File 'sig/types.rbs', line 12107 def @dashboard_publish_options end |
#definition ⇒ Types::DashboardVersionDefinition
Returns the value of attribute definition.
12109 12110 12111 |
# File 'sig/types.rbs', line 12109 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
12103 12104 12105 |
# File 'sig/types.rbs', line 12103 def name @name end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
12105 12106 12107 |
# File 'sig/types.rbs', line 12105 def parameters @parameters end |
#source_entity ⇒ Types::DashboardSourceEntity
Returns the value of attribute source_entity.
12104 12105 12106 |
# File 'sig/types.rbs', line 12104 def source_entity @source_entity end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
12108 12109 12110 |
# File 'sig/types.rbs', line 12108 def theme_arn @theme_arn end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
12110 12111 12112 |
# File 'sig/types.rbs', line 12110 def validation_strategy @validation_strategy end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
12106 12107 12108 |
# File 'sig/types.rbs', line 12106 def version_description @version_description end |