Class: Aws::CloudFormation::Types::ListImportsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListImportsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#imports ⇒ Array<String>
A list of stack names that are importing the specified exported output value.
-
#next_token ⇒ String
A string that identifies the next page of exports.
Instance Attribute Details
#imports ⇒ Array<String>
A list of stack names that are importing the specified exported output value.
4842 4843 4844 4845 4846 4847 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4842 class ListImportsOutput < Struct.new( :imports, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A string that identifies the next page of exports. If there is no additional page, this value is null.
4842 4843 4844 4845 4846 4847 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4842 class ListImportsOutput < Struct.new( :imports, :next_token) SENSITIVE = [] include Aws::Structure end |