Class: Aws::DevOpsAgent::Types::GetAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetAssetResponse
- Includes:
- Structure
- Defined in:
- 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
1854 1855 1856 1857 1858 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1854 class GetAssetResponse < Struct.new( :asset) SENSITIVE = [] include Aws::Structure end |