Class: Aws::CloudFormation::Types::ListImportsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#importsArray<String>

A list of stack names that are importing the specified exported output value.

Returns:

  • (Array<String>)


4965
4966
4967
4968
4969
4970
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4965

class ListImportsOutput < Struct.new(
  :imports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A string that identifies the next page of exports. If there is no additional page, this value is null.

Returns:

  • (String)


4965
4966
4967
4968
4969
4970
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4965

class ListImportsOutput < Struct.new(
  :imports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end