Method: Aws::Organizations::Types::PolicySummary#type

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

#typeString

The type of policy.

Returns:

  • (String)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
# File 'lib/aws-sdk-organizations/types.rb', line 4492

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