Class: Aws::Greengrass::Types::GetDeploymentStatusRequest

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

#deployment_idString

Returns:

  • (String)


2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2218

class GetDeploymentStatusRequest < Struct.new(
  :deployment_id,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

Returns:

  • (String)


2218
2219
2220
2221
2222
2223
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2218

class GetDeploymentStatusRequest < Struct.new(
  :deployment_id,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end