Class: Aws::Types::CreateDeploymentStrategyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_duration_in_minutes ⇒ ::Integer

Returns the value of attribute deployment_duration_in_minutes.

Returns:

  • (::Integer)


163
164
165
# File 'sig/types.rbs', line 163

def deployment_duration_in_minutes
  @deployment_duration_in_minutes
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def description
  @description
end

#final_bake_time_in_minutes ⇒ ::Integer

Returns the value of attribute final_bake_time_in_minutes.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def final_bake_time_in_minutes
  @final_bake_time_in_minutes
end

#growth_factor ⇒ ::Float

Returns the value of attribute growth_factor.

Returns:

  • (::Float)


165
166
167
# File 'sig/types.rbs', line 165

def growth_factor
  @growth_factor
end

#growth_type ⇒ "LINEAR", "EXPONENTIAL"

Returns the value of attribute growth_type.

Returns:

  • ("LINEAR", "EXPONENTIAL")


166
167
168
# File 'sig/types.rbs', line 166

def growth_type
  @growth_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def name
  @name
end

#replicate_to ⇒ "NONE", "SSM_DOCUMENT"

Returns the value of attribute replicate_to.

Returns:

  • ("NONE", "SSM_DOCUMENT")


167
168
169
# File 'sig/types.rbs', line 167

def replicate_to
  @replicate_to
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


168
169
170
# File 'sig/types.rbs', line 168

def tags
  @tags
end