Class: Aws::DevOpsAgent::Types::UpdateAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateAssetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Response structure for updating an asset
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset ⇒ Types::Asset
The asset object.
Instance Attribute Details
#asset ⇒ Types::Asset
The asset object
6049 6050 6051 6052 6053 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 6049 class UpdateAssetResponse < Struct.new( :asset) SENSITIVE = [] include Aws::Structure end |