1package Paws::EC2::AccountAttributeValue {
2  use Moose;
3  has AttributeValue => (is => 'ro', isa => 'Str', xmlname => 'attributeValue', traits => ['Unwrapped']);
4}
51;
6