DescribeStackResourceOutput
import "github.com/aws/aws-sdk-go/service/cloudformation"
type DescribeStackResourceOutput struct { StackResourceDetail *StackResourceDetail `type:"structure"` }
The output for a DescribeStackResource action.
- StackResourceDetail
-
Contains detailed information about the specified stack resource.
Method
GoString
func (s DescribeStackResourceOutput) GoString() string
GoString returns the string representation
SetStackResourceDetail
func (s *DescribeStackResourceOutput) SetStackResourceDetail(v *StackResourceDetail) *DescribeStackResourceOutput
SetStackResourceDetail sets the StackResourceDetail field's value.
String
func (s DescribeStackResourceOutput) String() string
String returns the string representation