Class: Aws::ServiceCatalog::Types::Principal

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a principal.

Instance Attribute Summary collapse

Instance Attribute Details

#principal_arnString

The ARN of the principal (IAM user, role, or group).

Returns:

  • (String)


3816
3817
3818
3819
3820
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3816

class Principal < Struct.new(
  :principal_arn,
  :principal_type)
  include Aws::Structure
end

#principal_typeString

The principal type. The supported value is ‘IAM`.

Returns:

  • (String)


3816
3817
3818
3819
3820
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3816

class Principal < Struct.new(
  :principal_arn,
  :principal_type)
  include Aws::Structure
end