Class: Aws::DevOpsAgent::Types::GetAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetAssetResponse
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Response structure for getting 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
2104 2105 2106 2107 2108 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 2104 class GetAssetResponse < Struct.new( :asset) SENSITIVE = [] include Aws::Structure end |