Class: Aws::Types::CreateDeploymentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def components
  @components
end

#deployment_name ⇒ ::String

Returns the value of attribute deployment_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


197
198
199
# File 'sig/types.rbs', line 197

def tags
  @tags
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def target_arn
  @target_arn
end