Method: Aws::CloudFormation::StackResourceSummary#identifiers
- Defined in:
- lib/aws-sdk-cloudformation/stack_resource_summary.rb
#identifiers ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Deprecated.
247 248 249 250 251 252 |
# File 'lib/aws-sdk-cloudformation/stack_resource_summary.rb', line 247 def identifiers { stack_name: @stack_name, logical_id: @logical_id } end |