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.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def aws_account_id @aws_account_id end |
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def dashboard_id @dashboard_id end |
#dashboard_publish_options ⇒ Types::DashboardPublishOptions
Returns the value of attribute dashboard_publish_options.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def @dashboard_publish_options end |
#definition ⇒ Types::DashboardVersionDefinition
Returns the value of attribute definition.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def definition @definition end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def folder_arns @folder_arns end |
#link_entities ⇒ ::Array[::String]
Returns the value of attribute link_entities.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def link_entities @link_entities end |
#link_sharing_configuration ⇒ Types::LinkSharingConfiguration
Returns the value of attribute link_sharing_configuration.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def link_sharing_configuration @link_sharing_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def name @name end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def parameters @parameters end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def @permissions end |
#source_entity ⇒ Types::DashboardSourceEntity
Returns the value of attribute source_entity.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def source_entity @source_entity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def @tags end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def theme_arn @theme_arn end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def validation_strategy @validation_strategy end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def version_description @version_description end |