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


4770
4771
4772
4773
4774
4775
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4770

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)


4770
4771
4772
4773
4774
4775
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4770

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