Class: Aws::Types::CreateDashboardRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDashboardRequest
- 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.
-
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
-
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
-
#link_sharing_configuration ⇒ Types::LinkSharingConfiguration
Returns the value of attribute link_sharing_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#source_entity ⇒ Types::DashboardSourceEntity
Returns the value of attribute source_entity.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def dashboard_id @dashboard_id end |
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
Returns the value of attribute dashboard_publish_options.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def @dashboard_publish_options end |
#definition ⇒ Types::DashboardVersionDefinition
Returns the value of attribute definition.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def definition @definition end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def folder_arns @folder_arns end |
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def link_entities @link_entities end |
#link_sharing_configuration ⇒ Types::LinkSharingConfiguration
Returns the value of attribute link_sharing_configuration.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def link_sharing_configuration @link_sharing_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def name @name end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def parameters @parameters end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def @permissions end |
#source_entity ⇒ Types::DashboardSourceEntity
Returns the value of attribute source_entity.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def source_entity @source_entity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def @tags end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def theme_arn @theme_arn end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def validation_strategy @validation_strategy end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def version_description @version_description end |