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.
4962 4963 4964 4965 4966 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4962 class GetContinuousDeploymentPolicyRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |