Class: Aws::GreengrassV2::Types::Deployment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrassv2/types.rb

Overview

Contains information about a deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The time at which the deployment was created, expressed in ISO 8601 format.

Returns:

  • (Time)


1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1000

class Deployment < Struct.new(
  :target_arn,
  :revision_id,
  :deployment_id,
  :deployment_name,
  :creation_timestamp,
  :deployment_status,
  :is_latest_for_target,
  :parent_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_idString

The ID of the deployment.

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1000

class Deployment < Struct.new(
  :target_arn,
  :revision_id,
  :deployment_id,
  :deployment_name,
  :creation_timestamp,
  :deployment_status,
  :is_latest_for_target,
  :parent_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_nameString

The name of the deployment.

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1000

class Deployment < Struct.new(
  :target_arn,
  :revision_id,
  :deployment_id,
  :deployment_name,
  :creation_timestamp,
  :deployment_status,
  :is_latest_for_target,
  :parent_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_statusString

The status of the deployment.

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1000

class Deployment < Struct.new(
  :target_arn,
  :revision_id,
  :deployment_id,
  :deployment_name,
  :creation_timestamp,
  :deployment_status,
  :is_latest_for_target,
  :parent_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#is_latest_for_targetBoolean

Whether or not the deployment is the latest revision for its target.

Returns:

  • (Boolean)


1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1000

class Deployment < Struct.new(
  :target_arn,
  :revision_id,
  :deployment_id,
  :deployment_name,
  :creation_timestamp,
  :deployment_status,
  :is_latest_for_target,
  :parent_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#parent_target_arnString

The parent deployment’s target [ARN] within a subdeployment.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1000

class Deployment < Struct.new(
  :target_arn,
  :revision_id,
  :deployment_id,
  :deployment_name,
  :creation_timestamp,
  :deployment_status,
  :is_latest_for_target,
  :parent_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The revision number of the deployment.

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1000

class Deployment < Struct.new(
  :target_arn,
  :revision_id,
  :deployment_id,
  :deployment_name,
  :creation_timestamp,
  :deployment_status,
  :is_latest_for_target,
  :parent_target_arn)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

The [ARN] of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1000

class Deployment < Struct.new(
  :target_arn,
  :revision_id,
  :deployment_id,
  :deployment_name,
  :creation_timestamp,
  :deployment_status,
  :is_latest_for_target,
  :parent_target_arn)
  SENSITIVE = []
  include Aws::Structure
end