Class: Aws::Greengrass::Types::ResetDeploymentsResponse

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_arnString

The ARN of the deployment.

Returns:

  • (String)


4033
4034
4035
4036
4037
4038
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4033

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

#deployment_idString

The ID of the deployment.

Returns:

  • (String)


4033
4034
4035
4036
4037
4038
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4033

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