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.
4954 4955 4956 4957 4958 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4954 class GetContinuousDeploymentPolicyRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |