Class: Aws::CloudWatchEvidently::Types::UpdateProjectDataDeliveryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::UpdateProjectDataDeliveryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project ⇒ Types::Project
A structure containing details about the project that you updated.
Instance Attribute Details
#project ⇒ Types::Project
A structure containing details about the project that you updated.
3468 3469 3470 3471 3472 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3468 class UpdateProjectDataDeliveryResponse < Struct.new( :project) SENSITIVE = [] include Aws::Structure end |