Class: Aws::CloudFormation::Types::ListImportsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListImportsInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_name ⇒ String
The name of the exported output value.
-
#next_token ⇒ String
A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.
Instance Attribute Details
#export_name ⇒ String
The name of the exported output value. CloudFormation returns the stack names that are importing this value.
4823 4824 4825 4826 4827 4828 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4823 class ListImportsInput < Struct.new( :export_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.
4823 4824 4825 4826 4827 4828 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4823 class ListImportsInput < Struct.new( :export_name, :next_token) SENSITIVE = [] include Aws::Structure end |