Class: Aws::Types::PolicyIdentifier

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

Defined Under Namespace

Classes: InlinePolicyIdentifier, PolicyArn, PolicyType, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inline_policy_identifierTypes::InlinePolicyIdentifierType

Returns the value of attribute inline_policy_identifier.



1775
1776
1777
# File 'sig/types.rbs', line 1775

def inline_policy_identifier
  @inline_policy_identifier
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def policy_arn
  @policy_arn
end

#policy_type"inline", ...

Returns the value of attribute policy_type.

Returns:

  • ("inline", "aws-managed", "user-managed", "permission-boundary", "scp", "rcp")


1773
1774
1775
# File 'sig/types.rbs', line 1773

def policy_type
  @policy_type
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def unknown
  @unknown
end