Class: Aws::Types::CreateCloudFormationChangeSetInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#capabilities::Array[::String]

Returns the value of attribute capabilities.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def capabilities
  @capabilities
end

#change_set_name::String

Returns the value of attribute change_set_name.

Returns:



185
186
187
# File 'sig/types.rbs', line 185

def change_set_name
  @change_set_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def description
  @description
end

#notification_arns::Array[::String]

Returns the value of attribute notification_arns.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def notification_arns
  @notification_arns
end

#parameter_overrides::Array[Types::ParameterValue]

Returns the value of attribute parameter_overrides.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def parameter_overrides
  @parameter_overrides
end

#resource_types::Array[::String]

Returns the value of attribute resource_types.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def resource_types
  @resource_types
end

#rollback_configurationTypes::RollbackConfiguration

Returns the value of attribute rollback_configuration.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def rollback_configuration
  @rollback_configuration
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:



192
193
194
# File 'sig/types.rbs', line 192

def semantic_version
  @semantic_version
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:



193
194
195
# File 'sig/types.rbs', line 193

def stack_name
  @stack_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def template_id
  @template_id
end