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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#principal_arnString

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

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4791

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

#principal_typeString

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

Returns:

  • (String)


4791
4792
4793
4794
4795
4796
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4791

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