lib/aws/iam/group.rb in aws-sdk-1.5.7 vs lib/aws/iam/group.rb in aws-sdk-1.5.8
- old
+ new
@@ -34,12 +34,12 @@
def initialize(name, options = {})
options[:name] = name
super
end
- mutable_attribute :name, :static => true, :as => :group_name
+ mutable_attribute :name, :static => true, :from => :group_name
- attribute :id, :static => true, :as => :group_id
+ attribute :id, :static => true, :from => :group_id
attribute :create_date, :static => true
attribute :arn