Class: Aws::CloudFormation::Types::ListImportsInput

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

#export_nameString

The name of the exported output value. CloudFormation returns the stack names that are importing this value.

Returns:

  • (String)


4751
4752
4753
4754
4755
4756
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4751

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

#next_tokenString

A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.

Returns:

  • (String)


4751
4752
4753
4754
4755
4756
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4751

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