class Aws::Shield::Types::DescribeProtectionRequest

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

data as a hash:

    {
      protection_id: "ProtectionId",
      resource_arn: "ResourceArn",
    }

@!attribute [rw] protection_id

The unique identifier (ID) for the Protection object that is
described. When submitting the `DescribeProtection` request you must
provide either the `ResourceArn` or the `ProtectionID`, but not
both.
@return [String]

@!attribute [rw] resource_arn

The ARN (Amazon Resource Name) of the Amazon Web Services resource
for the Protection object that is described. When submitting the
`DescribeProtection` request you must provide either the
`ResourceArn` or the `ProtectionID`, but not both.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/DescribeProtectionRequest AWS API Documentation

Constants

SENSITIVE