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.
7199 7200 7201 7202 7203 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7199 class GetContinuousDeploymentPolicyRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |