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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 that contains the description of the specified resource in the specified stack.



3306
3307
3308
3309
3310
# File 'lib/aws-sdk-cloudformation/types.rb', line 3306

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