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.
6637 6638 6639 6640 6641 6642 |
# File 'lib/aws-sdk-datazone/types.rb', line 6637 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.
6637 6638 6639 6640 6641 6642 |
# File 'lib/aws-sdk-datazone/types.rb', line 6637 class DeploymentProperties < Struct.new( :end_timeout_minutes, :start_timeout_minutes) SENSITIVE = [] include Aws::Structure end |