Method: Aws::CloudFormation::Types::StackInstance#account

Defined in:
lib/aws-sdk-cloudformation/types.rb

#accountString

[Self-managed permissions] The name of the Amazon Web Services account that the stack instance is associated with.

Returns:

  • (String)


9169
9170
9171
9172
9173
9174
9175
9176
9177
9178
9179
9180
9181
9182
9183
9184
# File 'lib/aws-sdk-cloudformation/types.rb', line 9169

class StackInstance < Struct.new(
  :stack_set_id,
  :region,
  :account,
  :stack_id,
  :parameter_overrides,
  :status,
  :stack_instance_status,
  :status_reason,
  :organizational_unit_id,
  :drift_status,
  :last_drift_check_timestamp,
  :last_operation_id)
  SENSITIVE = []
  include Aws::Structure
end