Class: Aws::CloudFormation::Types::DescribeStackResourceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

The output for a DescribeStackResource action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_resource_detailTypes::StackResourceDetail

A StackResourceDetail structure containing the description of the specified resource in the specified stack.



3175
3176
3177
3178
3179
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3175

class DescribeStackResourceOutput < Struct.new(
  :stack_resource_detail)
  SENSITIVE = []
  include Aws::Structure
end