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
1995 1996 1997 1998 1999 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1995 class GetAssetResponse < Struct.new( :asset) SENSITIVE = [] include Aws::Structure end |