Class: Aws::Types::StackSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1963
1964
1965
# File 'sig/types.rbs', line 1963

def creation_time
  @creation_time
end

#deletion_time::Time

Returns the value of attribute deletion_time.

Returns:

  • (::Time)


1965
1966
1967
# File 'sig/types.rbs', line 1965

def deletion_time
  @deletion_time
end

#drift_informationTypes::StackDriftInformationSummary

Returns the value of attribute drift_information.



1970
1971
1972
# File 'sig/types.rbs', line 1970

def drift_information
  @drift_information
end

#last_operations::Array[Types::OperationEntry]

Returns the value of attribute last_operations.

Returns:



1971
1972
1973
# File 'sig/types.rbs', line 1971

def last_operations
  @last_operations
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


1964
1965
1966
# File 'sig/types.rbs', line 1964

def last_updated_time
  @last_updated_time
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


1968
1969
1970
# File 'sig/types.rbs', line 1968

def parent_id
  @parent_id
end

#root_id::String

Returns the value of attribute root_id.

Returns:

  • (::String)


1969
1970
1971
# File 'sig/types.rbs', line 1969

def root_id
  @root_id
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def stack_id
  @stack_id
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def stack_name
  @stack_name
end

#stack_status"CREATE_IN_PROGRESS", ...

Returns the value of attribute stack_status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "CREATE_COMPLETE", "ROLLBACK_IN_PROGRESS", "ROLLBACK_FAILED", "ROLLBACK_COMPLETE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "UPDATE_IN_PROGRESS", "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_COMPLETE", "UPDATE_FAILED", "UPDATE_ROLLBACK_IN_PROGRESS", "UPDATE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS", "UPDATE_ROLLBACK_COMPLETE", "REVIEW_IN_PROGRESS", "IMPORT_IN_PROGRESS", "IMPORT_COMPLETE", "IMPORT_ROLLBACK_IN_PROGRESS", "IMPORT_ROLLBACK_FAILED", "IMPORT_ROLLBACK_COMPLETE")


1966
1967
1968
# File 'sig/types.rbs', line 1966

def stack_status
  @stack_status
end

#stack_status_reason::String

Returns the value of attribute stack_status_reason.

Returns:

  • (::String)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def stack_status_reason
  @stack_status_reason
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def template_description
  @template_description
end