Class: Aws::DataZone::Types::Deployment
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::Deployment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of the last deployment of the environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The identifier of the last deployment of the environment.
-
#deployment_status ⇒ String
The status of the last deployment of the environment.
-
#deployment_type ⇒ String
The type of the last deployment of the environment.
-
#failure_reason ⇒ Types::EnvironmentError
The failure reason of the last deployment of the environment.
-
#is_deployment_complete ⇒ Boolean
Specifies whether the last deployment of the environment is complete.
-
#messages ⇒ Array<String>
The messages of the last deployment of the environment.
Instance Attribute Details
#deployment_id ⇒ String
The identifier of the last deployment of the environment.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-datazone/types.rb', line 5305 class Deployment < Struct.new( :deployment_id, :deployment_status, :deployment_type, :failure_reason, :is_deployment_complete, :messages) SENSITIVE = [] include Aws::Structure end |
#deployment_status ⇒ String
The status of the last deployment of the environment.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-datazone/types.rb', line 5305 class Deployment < Struct.new( :deployment_id, :deployment_status, :deployment_type, :failure_reason, :is_deployment_complete, :messages) SENSITIVE = [] include Aws::Structure end |
#deployment_type ⇒ String
The type of the last deployment of the environment.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-datazone/types.rb', line 5305 class Deployment < Struct.new( :deployment_id, :deployment_status, :deployment_type, :failure_reason, :is_deployment_complete, :messages) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ Types::EnvironmentError
The failure reason of the last deployment of the environment.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-datazone/types.rb', line 5305 class Deployment < Struct.new( :deployment_id, :deployment_status, :deployment_type, :failure_reason, :is_deployment_complete, :messages) SENSITIVE = [] include Aws::Structure end |
#is_deployment_complete ⇒ Boolean
Specifies whether the last deployment of the environment is complete.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-datazone/types.rb', line 5305 class Deployment < Struct.new( :deployment_id, :deployment_status, :deployment_type, :failure_reason, :is_deployment_complete, :messages) SENSITIVE = [] include Aws::Structure end |
#messages ⇒ Array<String>
The messages of the last deployment of the environment.
5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 |
# File 'lib/aws-sdk-datazone/types.rb', line 5305 class Deployment < Struct.new( :deployment_id, :deployment_status, :deployment_type, :failure_reason, :is_deployment_complete, :messages) SENSITIVE = [] include Aws::Structure end |