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>)


4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4781

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)


4781
4782
4783
4784
4785
4786
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4781

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