Method: Aws::Imagebuilder::Types::Ami#description
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#description ⇒ String
The description of the Amazon EC2 AMI. Minimum and maximum length are in characters.
129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 129 class Ami < Struct.new( :region, :image, :name, :description, :state, :account_id) SENSITIVE = [] include Aws::Structure end |