Class: Aws::Greengrass::Types::BulkDeploymentResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Greengrass::Types::BulkDeploymentResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrass/types.rb
 
Overview
Information about an individual group deployment in a bulk deployment operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in ISO format, when the deployment was created.
 - 
  
    
      #deployment_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the group deployment.
 - 
  
    
      #deployment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the group deployment.
 - 
  
    
      #deployment_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the group deployment: ”InProgress”, ”Building”, ”Success”, or ”Failure”.
 - 
  
    
      #deployment_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the deployment.
 - 
  
    
      #error_details  ⇒ Array<Types::ErrorDetail> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the error.
 - 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error message for a failed deployment.
 - 
  
    
      #group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the Greengrass group.
 
Instance Attribute Details
#created_at ⇒ String
The time, in ISO format, when the deployment was created.
      181 182 183 184 185 186 187 188 189 190 191 192  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 181 class BulkDeploymentResult < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_status, :deployment_type, :error_details, :error_message, :group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#deployment_arn ⇒ String
The ARN of the group deployment.
      181 182 183 184 185 186 187 188 189 190 191 192  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 181 class BulkDeploymentResult < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_status, :deployment_type, :error_details, :error_message, :group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#deployment_id ⇒ String
The ID of the group deployment.
      181 182 183 184 185 186 187 188 189 190 191 192  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 181 class BulkDeploymentResult < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_status, :deployment_type, :error_details, :error_message, :group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#deployment_status ⇒ String
The current status of the group deployment: ”InProgress”, ”Building”, ”Success”, or ”Failure”.
      181 182 183 184 185 186 187 188 189 190 191 192  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 181 class BulkDeploymentResult < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_status, :deployment_type, :error_details, :error_message, :group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#deployment_type ⇒ String
The type of the deployment.
      181 182 183 184 185 186 187 188 189 190 191 192  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 181 class BulkDeploymentResult < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_status, :deployment_type, :error_details, :error_message, :group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#error_details ⇒ Array<Types::ErrorDetail>
Details about the error.
      181 182 183 184 185 186 187 188 189 190 191 192  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 181 class BulkDeploymentResult < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_status, :deployment_type, :error_details, :error_message, :group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#error_message ⇒ String
The error message for a failed deployment
      181 182 183 184 185 186 187 188 189 190 191 192  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 181 class BulkDeploymentResult < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_status, :deployment_type, :error_details, :error_message, :group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#group_arn ⇒ String
The ARN of the Greengrass group.
      181 182 183 184 185 186 187 188 189 190 191 192  | 
    
      # File 'lib/aws-sdk-greengrass/types.rb', line 181 class BulkDeploymentResult < Struct.new( :created_at, :deployment_arn, :deployment_id, :deployment_status, :deployment_type, :error_details, :error_message, :group_arn) SENSITIVE = [] include Aws::Structure end  |