Class: Aws::DevOpsAgent::Types::AssetTypeSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asset_typeString

The asset type identifier

Returns:

  • (String)


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

#descriptionString

A description of the asset type

Returns:

  • (String)


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