Class: Aws::Types::CreateOTAUpdateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_parameters::Hash[::String, ::String]

Returns the value of attribute additional_parameters.

Returns:

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


1015
1016
1017
# File 'sig/types.rbs', line 1015

def additional_parameters
  @additional_parameters
end

#aws_job_abort_configTypes::AwsJobAbortConfig

Returns the value of attribute aws_job_abort_config.



1011
1012
1013
# File 'sig/types.rbs', line 1011

def aws_job_abort_config
  @aws_job_abort_config
end

#aws_job_executions_rollout_configTypes::AwsJobExecutionsRolloutConfig

Returns the value of attribute aws_job_executions_rollout_config.



1009
1010
1011
# File 'sig/types.rbs', line 1009

def aws_job_executions_rollout_config
  @aws_job_executions_rollout_config
end

#aws_job_presigned_url_configTypes::AwsJobPresignedUrlConfig

Returns the value of attribute aws_job_presigned_url_config.



1010
1011
1012
# File 'sig/types.rbs', line 1010

def aws_job_presigned_url_config
  @aws_job_presigned_url_config
end

#aws_job_timeout_configTypes::AwsJobTimeoutConfig

Returns the value of attribute aws_job_timeout_config.



1012
1013
1014
# File 'sig/types.rbs', line 1012

def aws_job_timeout_config
  @aws_job_timeout_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def description
  @description
end

#files::Array[Types::OTAUpdateFile]

Returns the value of attribute files.

Returns:



1013
1014
1015
# File 'sig/types.rbs', line 1013

def files
  @files
end

#ota_update_id::String

Returns the value of attribute ota_update_id.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def ota_update_id
  @ota_update_id
end

#protocols::Array[("MQTT" | "HTTP")]

Returns the value of attribute protocols.

Returns:

  • (::Array[("MQTT" | "HTTP")])


1007
1008
1009
# File 'sig/types.rbs', line 1007

def protocols
  @protocols
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1016
1017
1018
# File 'sig/types.rbs', line 1016

def tags
  @tags
end

#target_selection"CONTINUOUS", "SNAPSHOT"

Returns the value of attribute target_selection.

Returns:

  • ("CONTINUOUS", "SNAPSHOT")


1008
1009
1010
# File 'sig/types.rbs', line 1008

def target_selection
  @target_selection
end

#targets::Array[::String]

Returns the value of attribute targets.

Returns:

  • (::Array[::String])


1006
1007
1008
# File 'sig/types.rbs', line 1006

def targets
  @targets
end