Method: Aws::IAM::Group#update
- Defined in:
- lib/aws-sdk-iam/group.rb
#update(options = {}) ⇒ Group
455 456 457 458 459 460 461 462 463 464 |
# File 'lib/aws-sdk-iam/group.rb', line 455 def update( = {}) = .merge(group_name: @name) Aws::Plugins::UserAgent.metric('RESOURCE_MODEL') do @client.update_group() end Group.new( name: [:new_group_name], client: @client ) end |