Class: Aws::CloudFront::Types::GetContinuousDeploymentPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetContinuousDeploymentPolicyRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
5465 5466 5467 5468 5469 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5465 class GetContinuousDeploymentPolicyRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |