Class: Aws::Types::CreateDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_enabledBoolean

Returns the value of attribute cache_cluster_enabled.



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

def cache_cluster_enabled
  @cache_cluster_enabled
end

#cache_cluster_size"0.5", ...

Returns the value of attribute cache_cluster_size.



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

def cache_cluster_size
  @cache_cluster_size
end

#canary_settingsTypes::DeploymentCanarySettings

Returns the value of attribute canary_settings.



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

def canary_settings
  @canary_settings
end

#description::String

Returns the value of attribute description.



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

def description
  @description
end

#rest_api_id::String

Returns the value of attribute rest_api_id.



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

def rest_api_id
  @rest_api_id
end

#stage_description::String

Returns the value of attribute stage_description.



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

def stage_description
  @stage_description
end

#stage_name::String

Returns the value of attribute stage_name.



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

def stage_name
  @stage_name
end

#tracing_enabledBoolean

Returns the value of attribute tracing_enabled.



170
171
172
# File 'sig/types.rbs', line 170

def tracing_enabled
  @tracing_enabled
end

#variables::Hash[::String, ::String]

Returns the value of attribute variables.



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

def variables
  @variables
end