lib/aws-sdk-iam/group.rb in aws-sdk-iam-1.31.0 vs lib/aws-sdk-iam/group.rb in aws-sdk-iam-1.32.0
- old
+ new
@@ -30,23 +30,23 @@
@name
end
alias :group_name :name
# The path to the group. For more information about paths, see [IAM
- # Identifiers][1] in the *Using IAM* guide.
+ # Identifiers][1] in the *IAM User Guide*.
#
#
#
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
# @return [String]
def path
data[:path]
end
# The stable and unique string identifying the group. For more
- # information about IDs, see [IAM Identifiers][1] in the *Using IAM*
- # guide.
+ # information about IDs, see [IAM Identifiers][1] in the *IAM User
+ # Guide*.
#
#
#
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
# @return [String]
@@ -54,10 +54,10 @@
data[:group_id]
end
# The Amazon Resource Name (ARN) specifying the group. For more
# information about ARNs and how to use them in policies, see [IAM
- # Identifiers][1] in the *Using IAM* guide.
+ # Identifiers][1] in the *IAM User Guide*.
#
#
#
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
# @return [String]