Method: Aws::Organizations::Types::PolicySummary#name

Defined in:
lib/aws-sdk-organizations/types.rb

#nameString

The friendly name of the policy.

The [regex pattern] that is used to validate this parameter is a string of any of the characters in the ASCII character range.

[1]: wikipedia.org/wiki/regex

Returns:

  • (String)


4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
# File 'lib/aws-sdk-organizations/types.rb', line 4775

class PolicySummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :type,
  :aws_managed)
  SENSITIVE = []
  include Aws::Structure
end