Class: Aws::Types::AssetBundleExportJobFolderOverrideProperties
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleExportJobFolderOverrideProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#properties ⇒ ::Array[("Name" | "ParentFolderArn")]
Returns the value of attribute properties.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
435 436 437 |
# File 'sig/types.rbs', line 435 def arn @arn end |
#properties ⇒ ::Array[("Name" | "ParentFolderArn")]
Returns the value of attribute properties.
436 437 438 |
# File 'sig/types.rbs', line 436 def properties @properties end |