Class: Aws::Types::CreateCloudFormationChangeSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def application_id
  @application_id
end

#capabilities::Array[::String]

Returns the value of attribute capabilities.

Returns:

  • (::Array[::String])


201
202
203
# File 'sig/types.rbs', line 201

def capabilities
  @capabilities
end

#change_set_name::String

Returns the value of attribute change_set_name.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def change_set_name
  @change_set_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def description
  @description
end

#notification_arns::Array[::String]

Returns the value of attribute notification_arns.

Returns:

  • (::Array[::String])


205
206
207
# File 'sig/types.rbs', line 205

def notification_arns
  @notification_arns
end

#parameter_overrides::Array[Types::ParameterValue]

Returns the value of attribute parameter_overrides.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def parameter_overrides
  @parameter_overrides
end

#resource_types::Array[::String]

Returns the value of attribute resource_types.

Returns:

  • (::Array[::String])


207
208
209
# File 'sig/types.rbs', line 207

def resource_types
  @resource_types
end

#rollback_configurationTypes::RollbackConfiguration

Returns the value of attribute rollback_configuration.



208
209
210
# File 'sig/types.rbs', line 208

def rollback_configuration
  @rollback_configuration
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def semantic_version
  @semantic_version
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def stack_name
  @stack_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def tags
  @tags
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def template_id
  @template_id
end