Class: Aws::DevOpsAgent::Types::CreateAssetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::CreateAssetResponse
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Response structure for creating a new asset
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset ⇒ Types::Asset
The asset object.
Instance Attribute Details
#asset ⇒ Types::Asset
The asset object
851 852 853 854 855 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 851 class CreateAssetResponse < Struct.new( :asset) SENSITIVE = [] include Aws::Structure end |