Class: Aws::Greengrass::Types::BulkDeployment

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb

Overview

Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_deployment_arnString

The ARN of the bulk deployment.

Returns:

  • (String)


103
104
105
106
107
108
109
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 103

class BulkDeployment < Struct.new(
  :bulk_deployment_arn,
  :bulk_deployment_id,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#bulk_deployment_idString

The ID of the bulk deployment.

Returns:

  • (String)


103
104
105
106
107
108
109
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 103

class BulkDeployment < Struct.new(
  :bulk_deployment_arn,
  :bulk_deployment_id,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atString

The time, in ISO format, when the deployment was created.

Returns:

  • (String)


103
104
105
106
107
108
109
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 103

class BulkDeployment < Struct.new(
  :bulk_deployment_arn,
  :bulk_deployment_id,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end