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.



1722
1723
1724
# File 'sig/types.rbs', line 1722

def inline_policy_identifier
  @inline_policy_identifier
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


1721
1722
1723
# File 'sig/types.rbs', line 1721

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")


1720
1721
1722
# File 'sig/types.rbs', line 1720

def policy_type
  @policy_type
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def unknown
  @unknown
end