Class: Aws::Greengrass::Types::GetBulkDeploymentStatusRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_deployment_idString

Returns:

  • (String)


1918
1919
1920
1921
1922
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1918

class GetBulkDeploymentStatusRequest < Struct.new(
  :bulk_deployment_id)
  SENSITIVE = []
  include Aws::Structure
end