Class: Aws::DevOpsAgent::Types::AssetTypeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AssetTypeSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Summary of an asset type, including its identifier and description.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_type ⇒ String
The asset type identifier.
-
#description ⇒ String
A description of the asset type.
Instance Attribute Details
#asset_type ⇒ String
The asset type identifier
421 422 423 424 425 426 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 421 class AssetTypeSummary < Struct.new( :asset_type, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the asset type
421 422 423 424 425 426 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 421 class AssetTypeSummary < Struct.new( :asset_type, :description) SENSITIVE = [] include Aws::Structure end |