Class: Aws::Types::CreateDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#components ⇒ ::Hash[::String, Types::ComponentDeploymentSpecification]
Returns the value of attribute components.
-
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
-
#deployment_policies ⇒ Types::DeploymentPolicies
Returns the value of attribute deployment_policies.
-
#iot_job_configuration ⇒ Types::DeploymentIoTJobConfiguration
Returns the value of attribute iot_job_configuration.
-
#parent_target_arn ⇒ ::String
Returns the value of attribute parent_target_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
198 199 200 |
# File 'sig/types.rbs', line 198 def client_token @client_token end |
#components ⇒ ::Hash[::String, Types::ComponentDeploymentSpecification]
Returns the value of attribute components.
193 194 195 |
# File 'sig/types.rbs', line 193 def components @components end |
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
192 193 194 |
# File 'sig/types.rbs', line 192 def deployment_name @deployment_name end |
#deployment_policies ⇒ Types::DeploymentPolicies
Returns the value of attribute deployment_policies.
195 196 197 |
# File 'sig/types.rbs', line 195 def deployment_policies @deployment_policies end |
#iot_job_configuration ⇒ Types::DeploymentIoTJobConfiguration
Returns the value of attribute iot_job_configuration.
194 195 196 |
# File 'sig/types.rbs', line 194 def iot_job_configuration @iot_job_configuration end |
#parent_target_arn ⇒ ::String
Returns the value of attribute parent_target_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def parent_target_arn @parent_target_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
197 198 199 |
# File 'sig/types.rbs', line 197 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
191 192 193 |
# File 'sig/types.rbs', line 191 def target_arn @target_arn end |