Class: Aws::Types::StackInstance

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)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def 
  @account
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def region
  @region
end

#stack_instance_status"CURRENT", ...

Returns the value of attribute stack_instance_status.

Returns:

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


1544
1545
1546
# File 'sig/types.rbs', line 1544

def stack_instance_status
  @stack_instance_status
end