You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Shield::Types::DescribeProtectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DescribeProtectionRequest
- Defined in:
- (unknown)
Overview
When passing DescribeProtectionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
protection_id: "ProtectionId",
resource_arn: "ResourceArn",
}
Instance Attribute Summary collapse
-
#protection_id ⇒ String
The unique identifier (ID) for the Protection object that is described.
-
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the AWS resource for the Protection object that is described.
Instance Attribute Details
#protection_id ⇒ String
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.
#resource_arn ⇒ String
The ARN (Amazon Resource Name) of the AWS 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.