class Aws::CloudFormation::Types::DescribeStackResourceInput

The input for DescribeStackResource action.

@note When making an API call, you may pass DescribeStackResourceInput

data as a hash:

    {
      stack_name: "StackName", # required
      logical_resource_id: "LogicalResourceId", # required
    }

@!attribute [rw] stack_name

The name or the unique stack ID that's associated with the stack,
which aren't always interchangeable:

* Running stacks: You can specify either the stack's name or its
  unique stack ID.

* Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.
@return [String]

@!attribute [rw] logical_resource_id

The logical name of the resource as specified in the template.

Default: There is no default value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DescribeStackResourceInput AWS API Documentation

Constants

SENSITIVE