package Paws::CloudFormation::DescribeStackResourceOutput; use Moose; has StackResourceDetail => (is => 'ro', isa => 'Paws::CloudFormation::StackResourceDetail'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudFormation::DescribeStackResourceOutput =head1 ATTRIBUTES =head2 StackResourceDetail => L A C structure containing the description of the specified resource in the specified stack. =head2 _request_id => Str =cut