Class: Aws::Types::StackInstanceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def 
  @account
end

#drift_status"DRIFTED", ...

Returns the value of attribute drift_status.

Returns:

  • ("DRIFTED", "IN_SYNC", "UNKNOWN", "NOT_CHECKED")


1738
1739
1740
# File 'sig/types.rbs', line 1738

def drift_status
  @drift_status
end

#last_drift_check_timestamp::Time

Returns the value of attribute last_drift_check_timestamp.

Returns:

  • (::Time)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def last_drift_check_timestamp
  @last_drift_check_timestamp
end

#last_operation_id::String

Returns the value of attribute last_operation_id.

Returns:

  • (::String)


1740
1741
1742
# File 'sig/types.rbs', line 1740

def last_operation_id
  @last_operation_id
end

#organizational_unit_id::String

Returns the value of attribute organizational_unit_id.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def organizational_unit_id
  @organizational_unit_id
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def region
  @region
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def stack_id
  @stack_id
end

#stack_instance_statusTypes::StackInstanceComprehensiveStatus

Returns the value of attribute stack_instance_status.



1736
1737
1738
# File 'sig/types.rbs', line 1736

def stack_instance_status
  @stack_instance_status
end

#stack_set_id::String

Returns the value of attribute stack_set_id.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def stack_set_id
  @stack_set_id
end

#status"CURRENT", ...

Returns the value of attribute status.

Returns:

  • ("CURRENT", "OUTDATED", "INOPERABLE")


1734
1735
1736
# File 'sig/types.rbs', line 1734

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def status_reason
  @status_reason
end