Class: Aws::CloudFront::Types::CreateContinuousDeploymentPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateContinuousDeploymentPolicyResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#continuous_deployment_policy ⇒ Types::ContinuousDeploymentPolicy
A continuous deployment policy.
-
#etag ⇒ String
The version identifier for the current version of the continuous deployment policy.
-
#location ⇒ String
The location of the continuous deployment policy.
Instance Attribute Details
#continuous_deployment_policy ⇒ Types::ContinuousDeploymentPolicy
A continuous deployment policy.
1810 1811 1812 1813 1814 1815 1816 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1810 class CreateContinuousDeploymentPolicyResult < Struct.new( :continuous_deployment_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The version identifier for the current version of the continuous deployment policy.
1810 1811 1812 1813 1814 1815 1816 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1810 class CreateContinuousDeploymentPolicyResult < Struct.new( :continuous_deployment_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The location of the continuous deployment policy.
1810 1811 1812 1813 1814 1815 1816 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1810 class CreateContinuousDeploymentPolicyResult < Struct.new( :continuous_deployment_policy, :location, :etag) SENSITIVE = [] include Aws::Structure end |