Class: Aws::Types::AssetBundleExportJobRefreshScheduleOverrideProperties
- Inherits:
-
Object
- Object
- Aws::Types::AssetBundleExportJobRefreshScheduleOverrideProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#properties ⇒ ::Array[("StartAfterDateTime")]
Returns the value of attribute properties.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
472 473 474 |
# File 'sig/types.rbs', line 472 def arn @arn end |
#properties ⇒ ::Array[("StartAfterDateTime")]
Returns the value of attribute properties.
473 474 475 |
# File 'sig/types.rbs', line 473 def properties @properties end |