Method: Aws::Imagebuilder::Types::Ami#region
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#region ⇒ String
The Amazon Web Services Region of the Amazon EC2 AMI.
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 |