Class: Aws::CloudFront::Types::GetContinuousDeploymentPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetContinuousDeploymentPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the continuous deployment policy that you are getting.
Instance Attribute Details
#id ⇒ String
The identifier of the continuous deployment policy that you are getting.
5133 5134 5135 5136 5137 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5133 class GetContinuousDeploymentPolicyRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |