Class: Aws::Types::AssetBundleImportJobDashboardOverrideParameters
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobDashboardOverrideParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#dashboard_id ⇒ ::String
Returns the value of attribute dashboard_id.
505 506 507 |
# File 'sig/types.rbs', line 505 def dashboard_id @dashboard_id end |
#name ⇒ ::String
Returns the value of attribute name.
506 507 508 |
# File 'sig/types.rbs', line 506 def name @name end |