Class: Aws::EC2::Types::DescribeImagesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeImagesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#images ⇒ Array<Types::Image>
Information about the images.
Instance Attribute Details
#images ⇒ Array<Types::Image>
Information about the images.
20927 20928 20929 20930 20931 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20927 class DescribeImagesResult < Struct.new( :images) SENSITIVE = [] include Aws::Structure end |