Class: Aws::Types::UpdatePackageConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackageConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#version_update_by_jobs_config ⇒ Types::VersionUpdateByJobsConfig
Returns the value of attribute version_update_by_jobs_config.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
5240 5241 5242 |
# File 'sig/types.rbs', line 5240 def client_token @client_token end |
#version_update_by_jobs_config ⇒ Types::VersionUpdateByJobsConfig
Returns the value of attribute version_update_by_jobs_config.
5239 5240 5241 |
# File 'sig/types.rbs', line 5239 def version_update_by_jobs_config @version_update_by_jobs_config end |