Class: Aws::DataZone::Types::DeploymentProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeploymentProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The deployment properties of the Amazon DataZone blueprint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_timeout_minutes ⇒ Integer
The end timeout of the environment blueprint deployment.
-
#start_timeout_minutes ⇒ Integer
The start timeout of the environment blueprint deployment.
Instance Attribute Details
#end_timeout_minutes ⇒ Integer
The end timeout of the environment blueprint deployment.
5328 5329 5330 5331 5332 5333 |
# File 'lib/aws-sdk-datazone/types.rb', line 5328 class DeploymentProperties < Struct.new( :end_timeout_minutes, :start_timeout_minutes) SENSITIVE = [] include Aws::Structure end |
#start_timeout_minutes ⇒ Integer
The start timeout of the environment blueprint deployment.
5328 5329 5330 5331 5332 5333 |
# File 'lib/aws-sdk-datazone/types.rb', line 5328 class DeploymentProperties < Struct.new( :end_timeout_minutes, :start_timeout_minutes) SENSITIVE = [] include Aws::Structure end |