Class: Aws::Types::CreateCloudFormationChangeSetResponse

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)


217
218
219
# File 'sig/types.rbs', line 217

def application_id
  @application_id
end

#change_set_id::String

Returns the value of attribute change_set_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def change_set_id
  @change_set_id
end

#semantic_version::String

Returns the value of attribute semantic_version.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def semantic_version
  @semantic_version
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def stack_id
  @stack_id
end