Class: Aws::Types::AssociatePrincipalWithPortfolioInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accept_language::String

Returns the value of attribute accept_language.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def accept_language
  @accept_language
end

#portfolio_id::String

Returns the value of attribute portfolio_id.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def portfolio_id
  @portfolio_id
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def principal_arn
  @principal_arn
end

#principal_type"IAM", "IAM_PATTERN"

Returns the value of attribute principal_type.

Returns:

  • ("IAM", "IAM_PATTERN")


40
41
42
# File 'sig/types.rbs', line 40

def principal_type
  @principal_type
end