Class: Aws::Types::ChangeSetSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_id::String

Returns the value of attribute change_set_id.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def change_set_id
  @change_set_id
end

#change_set_name::String

Returns the value of attribute change_set_name.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def change_set_name
  @change_set_name
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


139
140
141
# File 'sig/types.rbs', line 139

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def description
  @description
end

#execution_status"UNAVAILABLE", ...

Returns the value of attribute execution_status.

Returns:

  • ("UNAVAILABLE", "AVAILABLE", "EXECUTE_IN_PROGRESS", "EXECUTE_COMPLETE", "EXECUTE_FAILED", "OBSOLETE")


136
137
138
# File 'sig/types.rbs', line 136

def execution_status
  @execution_status
end

#import_existing_resourcesBoolean

Returns the value of attribute import_existing_resources.

Returns:

  • (Boolean)


144
145
146
# File 'sig/types.rbs', line 144

def import_existing_resources
  @import_existing_resources
end

#include_nested_stacksBoolean

Returns the value of attribute include_nested_stacks.

Returns:

  • (Boolean)


141
142
143
# File 'sig/types.rbs', line 141

def include_nested_stacks
  @include_nested_stacks
end

#parent_change_set_id::String

Returns the value of attribute parent_change_set_id.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def parent_change_set_id
  @parent_change_set_id
end

#root_change_set_id::String

Returns the value of attribute root_change_set_id.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def root_change_set_id
  @root_change_set_id
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def stack_id
  @stack_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def stack_name
  @stack_name
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "DELETE_PENDING", "DELETE_IN_PROGRESS", "DELETE_COMPLETE", "DELETE_FAILED", "FAILED")


137
138
139
# File 'sig/types.rbs', line 137

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def status_reason
  @status_reason
end