Class: Aws::GreengrassV2::Types::GetDeploymentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrassv2/types.rb

Overview

Note:

When making an API call, you may pass GetDeploymentRequest data as a hash:

{
  deployment_id: "NonEmptyString", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The ID of the deployment.

Returns:

  • (String)


2010
2011
2012
2013
2014
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2010

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