Class: Aws::Types::VersionUpdateByJobsConfig
- Inherits:
-
Object
- Object
- Aws::Types::VersionUpdateByJobsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
5448 5449 5450 |
# File 'sig/types.rbs', line 5448 def enabled @enabled end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5449 5450 5451 |
# File 'sig/types.rbs', line 5449 def role_arn @role_arn end |