Class: Aws::Greengrass::Types::CreateDeploymentRequest

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

Overview

Information about a deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_tokenString

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 542

class CreateDeploymentRequest < Struct.new(
  :amzn_client_token,
  :deployment_id,
  :deployment_type,
  :group_id,
  :group_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_idString

The ID of the deployment if you wish to redeploy a previous deployment.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 542

class CreateDeploymentRequest < Struct.new(
  :amzn_client_token,
  :deployment_id,
  :deployment_type,
  :group_id,
  :group_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_typeString

The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 542

class CreateDeploymentRequest < Struct.new(
  :amzn_client_token,
  :deployment_id,
  :deployment_type,
  :group_id,
  :group_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 542

class CreateDeploymentRequest < Struct.new(
  :amzn_client_token,
  :deployment_id,
  :deployment_type,
  :group_id,
  :group_version_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_version_idString

The ID of the group version to be deployed.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 542

class CreateDeploymentRequest < Struct.new(
  :amzn_client_token,
  :deployment_id,
  :deployment_type,
  :group_id,
  :group_version_id)
  SENSITIVE = []
  include Aws::Structure
end