Class: Aws::DataZone::Types::DeploymentProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeploymentProperties
- Defined in:
- gems/aws-sdk-datazone/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.
5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5150 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.
5150 5151 5152 5153 5154 5155 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5150 class DeploymentProperties < Struct.new( :end_timeout_minutes, :start_timeout_minutes) SENSITIVE = [] include Aws::Structure end |