Class: Aws::Types::AssetBundleImportJobFolderOverrideParameters
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleImportJobFolderOverrideParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_folder_arn ⇒ ::String
Returns the value of attribute parent_folder_arn.
Instance Attribute Details
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
584 585 586 |
# File 'sig/types.rbs', line 584 def folder_id @folder_id end |
#name ⇒ ::String
Returns the value of attribute name.
585 586 587 |
# File 'sig/types.rbs', line 585 def name @name end |
#parent_folder_arn ⇒ ::String
Returns the value of attribute parent_folder_arn.
586 587 588 |
# File 'sig/types.rbs', line 586 def parent_folder_arn @parent_folder_arn end |